Home
last modified time | relevance | path

Searched refs:arena_prof_accum (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/src/
Dtcache.c109 if (arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_bin_flush_small()
388 arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_destroy()
Darena.c2214 if (config_prof && arena_prof_accum(arena, prof_accumbytes)) in arena_tcache_fill_small()
2393 if (config_prof && !isthreaded && arena_prof_accum(arena, usize)) in arena_malloc_small()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt85 arena_prof_accum
Dprivate_namespace.h85 #define arena_prof_accum JEMALLOC_N(arena_prof_accum) macro
Darena.h642 bool arena_prof_accum(arena_t *arena, uint64_t accumbytes);
1012 arena_prof_accum(arena_t *arena, uint64_t accumbytes) in arena_prof_accum() function
Dprivate_unnamespace.h85 #undef arena_prof_accum