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

  /external/jemalloc/src/
prof.c 428 assert(ctx->cnt_merged.accumobjs == 0);
460 ctx->cnt_merged.accumobjs += cnt->cnts.accumobjs;
846 ctx->cnt_summed.accumobjs += tcnt.accumobjs;
858 cnt_all->accumobjs += ctx->cnt_summed.accumobjs;
874 cnt_all->accumobjs, cnt_all->accumbytes))
881 cnt_all->accumobjs, cnt_all->accumbytes,
924 (opt_prof_accum && ctx->cnt_summed.accumobjs == 0))
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 82 uint64_t accumobjs; member in struct:prof_cnt_s
374 cnt->cnts.accumobjs++;
469 cnt->cnts.accumobjs++;

Completed in 36 milliseconds