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

  /external/jemalloc/src/
prof.c 825 memcpy(&ctx->cnt_summed, &ctx->cnt_merged, sizeof(prof_cnt_t));
843 ctx->cnt_summed.curobjs += tcnt.curobjs;
844 ctx->cnt_summed.curbytes += tcnt.curbytes;
846 ctx->cnt_summed.accumobjs += tcnt.accumobjs;
847 ctx->cnt_summed.accumbytes += tcnt.accumbytes;
851 if (ctx->cnt_summed.curobjs != 0)
855 cnt_all->curobjs += ctx->cnt_summed.curobjs;
856 cnt_all->curbytes += ctx->cnt_summed.curbytes;
858 cnt_all->accumobjs += ctx->cnt_summed.accumobjs;
859 cnt_all->accumbytes += ctx->cnt_summed.accumbytes
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 142 prof_cnt_t cnt_summed; member in struct:prof_ctx_s

Completed in 31 milliseconds