Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_common.h47 #define SIZE_FLAG_MASK (SIZE_FLAG_ZYGOTE_CHILD) macro
Dmalloc_debug_common.cpp133 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()
Dmalloc_debug_leak.cpp134 if (size & SIZE_FLAG_MASK) { in record_backtrace()