Searched defs:curobjs (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h21 size_t curobjs; member in struct:quarantine_s
H A Dprof.h75 uint64_t curobjs; member in struct:prof_cnt_s
/external/jemalloc/src/
H A Dprof.c233 tctx->cnts.curobjs++;
248 assert(tctx->cnts.curobjs > 0);
250 tctx->cnts.curobjs--;
619 if (tctx->cnts.curobjs != 0)
648 assert(tctx->cnts.curobjs == 0);
1058 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs;
1079 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs;
1131 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs,
1504 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * local
[all...]

Completed in 218 milliseconds