Searched refs:arena_prof_accum (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/src/
H A Dtcache.c100 if (arena_prof_accum(arena, tcache->prof_accumbytes))
391 arena_prof_accum(tcache->arena, tcache->prof_accumbytes))
H A Darena.c1568 if (config_prof && arena_prof_accum(arena, prof_accumbytes))
1729 if (config_prof && isthreaded == false && arena_prof_accum(arena, size))
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h48 #define arena_prof_accum JEMALLOC_N(arena_prof_accum) macro
H A Dprivate_unnamespace.h48 #undef arena_prof_accum macro
H A Darena.h503 bool arena_prof_accum(arena_t *arena, uint64_t accumbytes);
883 arena_prof_accum(arena_t *arena, uint64_t accumbytes)

Completed in 3059 milliseconds