Searched refs:cnt_summed (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/src/
H A Dprof.c825 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
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h142 prof_cnt_t cnt_summed; member in struct:prof_ctx_s

Completed in 237 milliseconds