Home
last modified time | relevance | path

Searched refs:allocated_bytes (Results 1 – 3 of 3) sorted by relevance

/system/core/libunwindstack/tests/
DTestUtils.cpp33 size_t allocated_bytes = mallinfo().uordblks; in TestCheckForLeaks() local
35 first_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
40 last_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
DDexFileTest.cpp81 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local
83 *first_allocated_bytes = allocated_bytes; in CheckForLeak()
90 *last_allocated_bytes = allocated_bytes; in CheckForLeak()
/system/core/libbacktrace/
Dbacktrace_test.cpp1855 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local
1857 first_allocated_bytes = allocated_bytes; in CheckForLeak()
1862 last_allocated_bytes = allocated_bytes; in CheckForLeak()