Searched refs:prof_tctx_dump_iter (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 1115 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) in prof_tctx_dump_iter() function 1387 if (tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_dump_iter, in prof_dump_gctx()
|
/external/jemalloc_new/src/ |
D | prof.c | 1125 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { in prof_tctx_dump_iter() function 1390 if (tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_dump_iter, in prof_dump_gctx()
|
/external/jemalloc/ |
D | ChangeLog | 236 - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap
|
/external/jemalloc_new/ |
D | ChangeLog | 610 - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap
|