Searched defs:prof_bt_t (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h4 typedef struct prof_bt_s prof_bt_t; typedef in typeref:struct:prof_bt_s
65 prof_bt_t *bt;
125 prof_bt_t *bt;
160 * Hash of (prof_bt_t *)-->(prof_thr_cnt_t *). Each thread keeps a
221 void bt_init(prof_bt_t *bt, void **vec);
222 void prof_backtrace(prof_bt_t *bt);
223 prof_thr_cnt_t *prof_lookup(prof_bt_t *bt);
248 prof_bt_t bt; \

Completed in 217 milliseconds