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

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c2477 size_t thr_count = prof_log_thr_count(); local
2482 if (bt_count != 0 || thr_count != 0 || alloc_count || 0) {
2495 if (node->alloc_thr_ind >= thr_count) {
2498 if (node->free_thr_ind >= thr_count) {

Completed in 102 milliseconds