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

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp422 * size_t allocations
426 * array of function pointers, and "allocations" is the number of
427 * allocations with the exact same size and backtrace.
429 * The entries are sorted by descending total size (i.e. size*allocations)
471 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
477 allocations);

Completed in 99 milliseconds