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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h4 typedef struct prof_bt_s prof_bt_t; typedef in typeref:struct:prof_bt_s
68 prof_bt_t *bt;
169 prof_bt_t bt;
204 * Hash of (prof_bt_t *)-->(prof_tctx_t *). Each thread tracks
287 void bt_init(prof_bt_t *bt, void **vec);
288 void prof_backtrace(prof_bt_t *bt);
289 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
466 prof_bt_t bt;
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c77 * Global hash of (prof_bt_t *)-->(prof_gctx_t *). This is the master data
260 bt_init(prof_bt_t *bt, void **vec)
312 prof_backtrace(prof_bt_t *bt)
355 prof_backtrace(prof_bt_t *bt)
365 prof_backtrace(prof_bt_t *bt)
526 prof_backtrace(prof_bt_t *bt)
550 prof_gctx_create(tsdn_t *tsdn, prof_bt_t *bt)
714 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata,
722 prof_bt_t *p;
762 prof_lookup(tsd_t *tsd, prof_bt_t *b
[all...]

Completed in 119 milliseconds