Home
last modified time | relevance | path

Searched refs:leak_ngctx (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/src/
Dprof.c1175 size_t *leak_ngctx = (size_t *)arg; in prof_gctx_merge_iter() local
1180 (*leak_ngctx)++; in prof_gctx_merge_iter()
1446 prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx, in prof_leakcheck() argument
1455 leak_ngctx, (leak_ngctx != 1) ? "s" : ""); in prof_leakcheck()
1491 size_t leak_ngctx; in prof_dump() local
1521 leak_ngctx = 0; in prof_dump()
1522 gctx_tree_iter(&gctxs, NULL, prof_gctx_merge_iter, (void *)&leak_ngctx); in prof_dump()
1550 prof_leakcheck(&cnt_all, leak_ngctx, filename); in prof_dump()