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

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp417 * size_t allocations
421 * array of function pointers, and "allocations" is the number of
422 * allocations with the exact same size and backtrace.
424 * The entries are sorted by descending total size (i.e. size*allocations)
466 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
472 allocations);

Completed in 40 milliseconds