Searched refs:gctxs (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/src/ |
D | prof.c | 1179 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) { in prof_dump_gctx_prep() argument 1190 gctx_tree_insert(gctxs, gctx); in prof_dump_gctx_prep() 1203 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter() argument 1219 prof_gctx_finish(tsd_t *tsd, prof_gctx_tree_t *gctxs) { in prof_gctx_finish() argument 1229 while ((gctx = gctx_tree_first(gctxs)) != NULL) { in prof_gctx_finish() 1230 gctx_tree_remove(gctxs, gctx); in prof_gctx_finish() 1348 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx() argument 1532 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_dump_iter() argument 1540 gctxs)) { in prof_gctx_dump_iter() 1555 prof_gctx_tree_t *gctxs) { in prof_dump_prep() argument [all …]
|