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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h66 * but coexisting in gctx->tctxs. There are two ways that such
79 /* Linkage into gctx's tctxs. */
100 /* Protects nlimbo, cnt_summed, and tctxs. */
119 prof_tctx_tree_t tctxs; member in struct:prof_gctx_s
/freebsd-current/contrib/jemalloc/src/
H A Dprof.c838 tctx_tree_new(&gctx->tctxs);
861 if (tctx_tree_empty(&gctx->tctxs) && gctx->nlimbo == 1) {
902 if (!tctx_tree_empty(&gctx->tctxs)) {
932 tctx_tree_remove(&gctx->tctxs, tctx);
1118 tctx_tree_insert(&gctx->tctxs, ret.p);
1370 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { argument
1396 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { argument
1424 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { argument
1479 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter,
1509 tctx_tree_iter(&gctx->tctxs, nex
[all...]

Completed in 61 milliseconds