Searched refs:arena_prof_accum (Results 1 – 6 of 6) sorted by relevance
109 if (arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_bin_flush_small()388 arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_destroy()
2214 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()
85 arena_prof_accum
85 #define arena_prof_accum JEMALLOC_N(arena_prof_accum) macro
642 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
85 #undef arena_prof_accum