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

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c447 prof_tdata_t *cons_tdata = prof_tdata_get(tsd, false); local
448 if (cons_tdata == NULL) {
450 * We decide not to log these allocations. cons_tdata will be
490 bt_init(&bt, cons_tdata->vec);
500 new_node->free_thr_ind = prof_log_thr_index(tsd, cons_tdata->thr_uid,

Completed in 264 milliseconds