Searched refs:tctxs (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 565 tctx_tree_new(&gctx->tctxs); in prof_gctx_create() 590 if (tctx_tree_empty(&gctx->tctxs) && gctx->nlimbo == 1) { in prof_gctx_try_destroy() 629 if (!tctx_tree_empty(&gctx->tctxs)) in prof_gctx_should_destroy() 657 tctx_tree_remove(&gctx->tctxs, tctx); in prof_tctx_destroy() 820 tctx_tree_insert(&gctx->tctxs, ret.p); in prof_lookup() 1082 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_merge_iter() argument 1102 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_dump_iter() argument 1128 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_finish_iter() argument 1178 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter, NULL); in prof_gctx_merge_iter() 1207 tctx_tree_iter(&gctx->tctxs, next, in prof_gctx_finish() [all …]
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 160 prof_tctx_tree_t tctxs; member
|