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

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c1209 size_t bt_count; local
1220 bt_count = ckh_count(&bt2gctx);
1223 return bt_count;
2476 size_t bt_count = prof_log_bt_count(); local
2482 if (bt_count != 0 || thr_count != 0 || alloc_count || 0) {
2489 if (node->alloc_bt_ind >= bt_count) {
2492 if (node->free_bt_ind >= bt_count) {

Completed in 205 milliseconds