Searched refs:gctxs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 1450 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) { in prof_dump_gctx_prep() argument 1461 gctx_tree_insert(gctxs, gctx); in prof_dump_gctx_prep() 1474 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter() argument 1490 prof_gctx_finish(tsd_t *tsd, prof_gctx_tree_t *gctxs) { in prof_gctx_finish() argument 1500 while ((gctx = gctx_tree_first(gctxs)) != NULL) { in prof_gctx_finish() 1501 gctx_tree_remove(gctxs, gctx); in prof_gctx_finish() 1619 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx() argument 1803 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_dump_iter() argument 1811 gctxs)) { in prof_gctx_dump_iter() 1826 prof_gctx_tree_t *gctxs) { in prof_dump_prep() argument [all …]
|