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

  /external/jemalloc/src/
prof.c 237 tctx->cnts.accumbytes += usize;
652 assert(tctx->cnts.accumbytes == 0);
1063 tdata->cnt_summed.accumbytes +=
1064 tctx->dump_cnts.accumbytes;
1083 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes;
1133 tctx->dump_cnts.accumbytes))
1286 arg->cnt_all.accumbytes += tdata->cnt_summed.accumbytes;
1307 tdata->cnt_summed.accumbytes,
    [all...]
  /external/jemalloc/include/jemalloc/internal/
arena.h 686 bool arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes);
687 bool arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes);
688 bool arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes);
    [all...]
prof.h 78 uint64_t accumbytes; member in struct:prof_cnt_s

Completed in 158 milliseconds