Searched defs:allocations (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp72 oss << totalMemory << " bytes in " << count << " allocations\n";
82 size_t allocations; member in struct:android::AllocEntry
88 oss << (e->size * e->allocations)
89 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n";
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp887 * size_t allocations
891 * array of function pointers, and "allocations" is the number of
892 * allocations with the exact same size and backtrace.
894 * The entries are sorted by descending total size (i.e. size*allocations)
936 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
942 allocations);

Completed in 70 milliseconds