HomeSort by relevance Sort by last modified time
    Searched full:tctxs (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/internal/
prof.h 106 * but coexisting in gctx->tctxs. There are two ways that such
119 /* Linkage into gctx's tctxs. */
140 /* Protects nlimbo, cnt_summed, and tctxs. */
159 prof_tctx_tree_t tctxs; member in struct:prof_gctx_s
  /external/jemalloc/src/
prof.c 558 tctx_tree_new(&gctx->tctxs);
583 if (tctx_tree_empty(&gctx->tctxs) && gctx->nlimbo == 1) {
622 if (!tctx_tree_empty(&gctx->tctxs))
650 tctx_tree_remove(&gctx->tctxs, tctx);
810 tctx_tree_insert(&gctx->tctxs, ret.p);
1073 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg)
1093 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg)
1107 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg)
1157 tctx_tree_iter(&gctx->tctxs, NULL, prof_tctx_merge_iter, NULL);
1186 tctx_tree_iter(&gctx->tctxs, next
    [all...]

Completed in 343 milliseconds