Searched defs:e2 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp68 const HashEntry* e2 = *static_cast<HashEntry* const*>(arg2); local
72 result = (e2 == NULL) ? 0 : 1;
73 } else if (e2 == NULL) {
77 size_t nbAlloc2 = e2->allocations;
79 size_t size2 = e2->size & ~SIZE_FLAG_MASK;

Completed in 415 milliseconds