Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/tests/
H A 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()
H A 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()
/aosp12/art/runtime/
H A Druntime_stats.h72 allocated_bytes = 0; in Clear()
94 uint64_t allocated_bytes; member
H A Druntime.cc2295 return stats->allocated_bytes; in GetStat()
/aosp12/art/runtime/gc/
H A Dheap-inl.h226 thread_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
229 global_stats->allocated_bytes += bytes_allocated; in AllocObjectWithAllocator()
/aosp12/system/unwinding/libbacktrace/
H A 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()
/aosp12/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h934 uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) {
936 allocated_bytes = reserved_;