Searched defs:b_chunk (Results 1 - 1 of 1) sorted by last modified time

/external/jemalloc/src/
H A Darena.c176 uintptr_t b_chunk = (uintptr_t)b; local
177 int ret = ((a_chunk > b_chunk) - (a_chunk < b_chunk));

Completed in 104 milliseconds