Home | History | Annotate | Download | only in jni

Lines Matching defs:allocations

801  *   size_t allocations
805 * array of function pointers, and "allocations" is the number of
806 * allocations with the exact same size and backtrace.
808 * The entries are sorted by descending total size (i.e. size*allocations)
850 size_t allocations = *(size_t*) (ptr + sizeof(size_t));
856 allocations);