Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.h65 size_t allocations; member
Dmalloc_debug_leak.cpp146 entry->allocations++; in record_backtrace()
153 entry->allocations = 1; in record_backtrace()
355 entry->allocations--; in leak_free()
356 if (entry->allocations <= 0) { in leak_free()
Dmalloc_debug_common.cpp131 size_t nbAlloc1 = e1->allocations; in hash_entry_compare()
132 size_t nbAlloc2 = e2->allocations; in hash_entry_compare()
199 *totalMemory = *totalMemory + ((entry->size & ~SIZE_FLAG_MASK) * entry->allocations); in get_malloc_leak_info()