Searched refs:SIZE_FLAG_MASK (Results 1 – 3 of 3) sorted by relevance
47 #define SIZE_FLAG_MASK (SIZE_FLAG_ZYGOTE_CHILD) macro
133 size_t size1 = e1->size & ~SIZE_FLAG_MASK; in hash_entry_compare()134 size_t size2 = e2->size & ~SIZE_FLAG_MASK; in hash_entry_compare()199 *totalMemory = *totalMemory + ((entry->size & ~SIZE_FLAG_MASK) * entry->allocations); in get_malloc_leak_info()
134 if (size & SIZE_FLAG_MASK) { in record_backtrace()