Home
last modified time | relevance | path

Searched defs:accumbytes (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_a.h7 prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) { in prof_accum_add()
Darena_inlines_a.h25 arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes) { in arena_prof_accum()
Dprof_structs.h26 uint64_t accumbytes; member
37 uint64_t accumbytes; member
/external/jemalloc_new/src/
Dprof.c1676 uint64_t *accumbytes) { in prof_cnt_all()