Searched refs:b_thr_discrim (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c260 uint64_t b_thr_discrim = b->thr_discrim; local
261 ret = (a_thr_discrim > b_thr_discrim) - (a_thr_discrim <
262 b_thr_discrim);

Completed in 53 milliseconds