Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c110 if (arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_bin_flush_small()
379 arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_destroy()
Darena.c1813 if (config_prof && arena_prof_accum(arena, prof_accumbytes)) in arena_tcache_fill_small()
1988 if (config_prof && !isthreaded && arena_prof_accum(arena, size)) in arena_malloc_small()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt76 arena_prof_accum
Dprivate_namespace.h76 #define arena_prof_accum JEMALLOC_N(arena_prof_accum) macro
Darena.h543 bool arena_prof_accum(arena_t *arena, uint64_t accumbytes);
863 arena_prof_accum(arena_t *arena, uint64_t accumbytes) in arena_prof_accum() function
Dprivate_unnamespace.h76 #undef arena_prof_accum