HomeSort by relevance Sort by last modified time
    Searched refs:accumbytes (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
prof.c 236 tctx->cnts.accumbytes += usize;
648 assert(tctx->cnts.accumbytes == 0);
1057 tdata->cnt_summed.accumbytes +=
1058 tctx->dump_cnts.accumbytes;
1076 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes;
1117 tctx->dump_cnts.accumbytes))
1253 cnt_all->accumbytes += tdata->cnt_summed.accumbytes;
1274 tdata->cnt_summed.accumbytes,
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 640 bool arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes);
641 bool arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes);
642 bool arena_prof_accum(arena_t *arena, uint64_t accumbytes);
    [all...]
prof.h 78 uint64_t accumbytes; member in struct:prof_cnt_s

Completed in 332 milliseconds