Searched refs:gctxs (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 1170 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) in prof_dump_gctx_prep() argument 1183 gctx_tree_insert(gctxs, gctx); in prof_dump_gctx_prep() 1196 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) in prof_gctx_merge_iter() argument 1212 prof_gctx_finish(tsd_t *tsd, prof_gctx_tree_t *gctxs) in prof_gctx_finish() argument 1223 while ((gctx = gctx_tree_first(gctxs)) != NULL) { in prof_gctx_finish() 1224 gctx_tree_remove(gctxs, gctx); in prof_gctx_finish() 1344 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) in prof_dump_gctx() argument 1524 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) in prof_gctx_dump_iter() argument 1533 gctxs)) { in prof_gctx_dump_iter() 1556 prof_gctx_tree_t gctxs; in prof_dump() local [all …]
|