Searched refs:prof_tctx_merge_iter (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 1088 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) in prof_tctx_merge_iter() function 1202 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter, in prof_gctx_merge_iter()
|
/external/jemalloc_new/src/ |
D | prof.c | 1099 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_merge_iter() function 1208 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter, in prof_gctx_merge_iter()
|