Searched refs:allocations (Results 1 – 3 of 3) sorted by relevance
65 size_t allocations; member
146 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()
131 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()