Home
last modified time | relevance | path

Searched defs:accumbytes (Results 1 – 6 of 6) 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/include/jemalloc/internal/
Darena.h1061 arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_impl()
1076 arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_locked()
1087 arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes) in arena_prof_accum()
Dprof.h78 uint64_t accumbytes; member
/external/jemalloc_new/src/
Dprof.c1676 uint64_t *accumbytes) { in prof_cnt_all()