Searched defs:accumbytes (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ | ||
H A D | prof_inlines_a.h |
|
H A D | arena_inlines_a.h | 25 arena_prof_accum(tsdn_t * tsdn,arena_t * arena,uint64_t accumbytes) arena_prof_accum() argument |
H A D | prof_structs.h | 26 uint64_t accumbytes; global() member |
/freebsd/contrib/jemalloc/src/ | ||
H A D | prof.c | 1947 prof_cnt_all(uint64_t * curobjs,uint64_t * curbytes,uint64_t * accumobjs,uint64_t * accumbytes) prof_cnt_all() argument |