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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h34 uint64_t curobjs; member in struct:prof_cnt_s
H A Dprof_externs.h64 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,
/freebsd-current/contrib/jemalloc/src/
H A Dprof.c354 tctx->cnts.curobjs++;
525 assert(tctx->cnts.curobjs > 0);
527 tctx->cnts.curobjs--;
888 if (tctx->cnts.curobjs != 0) {
919 assert(tctx->cnts.curobjs == 0);
1342 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs;
1361 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs;
1411 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs,
1783 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * local
1946 prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs, uint64_t *accumbytes) argument
[all...]

Completed in 138 milliseconds