Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DTestUtils.cpp33 size_t allocated_bytes = mallinfo().uordblks; in TestCheckForLeaks() local
35 first_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
41 last_allocated_bytes = allocated_bytes; in TestCheckForLeaks()
DDexFileTest.cpp40 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local
42 *first_allocated_bytes = allocated_bytes; in CheckForLeak()
49 *last_allocated_bytes = allocated_bytes; in CheckForLeak()
/system/unwinding/libbacktrace/
Dbacktrace_test.cpp1871 size_t allocated_bytes = mallinfo().uordblks; in CheckForLeak() local
1873 first_allocated_bytes = allocated_bytes; in CheckForLeak()
1878 last_allocated_bytes = allocated_bytes; in CheckForLeak()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h934 uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) {
936 allocated_bytes = reserved_;