Home
last modified time | relevance | path

Searched refs:arena_prof_accum_impl (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Darena.h686 bool arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes);
1055 arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_impl() function
1077 return (arena_prof_accum_impl(arena, accumbytes)); in arena_prof_accum_locked()
1093 ret = arena_prof_accum_impl(arena, accumbytes); in arena_prof_accum()
Dprivate_symbols.txt96 arena_prof_accum_impl
Dprivate_namespace.h96 #define arena_prof_accum_impl JEMALLOC_N(arena_prof_accum_impl) macro
Dprivate_unnamespace.h96 #undef arena_prof_accum_impl