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

/external/jemalloc/src/
H A Darena.c86 uintptr_t b_miscelm = (uintptr_t)b; local
91 return ((a_miscelm > b_miscelm) - (a_miscelm < b_miscelm));

Completed in 35 milliseconds