Home
last modified time | relevance | path

Searched refs:cnts (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c246 tctx->cnts.curobjs++; in prof_malloc_sample_object()
247 tctx->cnts.curbytes += usize; in prof_malloc_sample_object()
249 tctx->cnts.accumobjs++; in prof_malloc_sample_object()
250 tctx->cnts.accumbytes += usize; in prof_malloc_sample_object()
259 assert(tctx->cnts.curobjs > 0); in prof_free_sampled_object()
261 tctx->cnts.curobjs--; in prof_free_sampled_object()
262 tctx->cnts.curbytes -= usize; in prof_free_sampled_object()
620 if (tctx->cnts.curobjs != 0) { in prof_tctx_should_destroy()
651 assert(tctx->cnts.curobjs == 0); in prof_tctx_destroy()
652 assert(tctx->cnts.curbytes == 0); in prof_tctx_destroy()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h59 prof_cnt_t cnts; member
/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h188 struct pktcntr cnts[TCACODE_MAX+1]; member