Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Darena_inlines_a.h25 arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes) { in arena_prof_accum() function
/external/jemalloc_new/src/
Dtcache.c131 if (arena_prof_accum(tsd_tsdn(tsd), arena, in tcache_bin_flush_small()
237 idump = arena_prof_accum(tsd_tsdn(tsd), arena, in tcache_bin_flush_large()
497 arena_prof_accum(tsd_tsdn(tsd), tcache->arena, in tcache_flush_cache()
Dlarge.c67 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in large_palloc()
Darena.c1257 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small()
1349 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in arena_malloc_small()
/external/jemalloc/src/
Dtcache.c113 if (arena_prof_accum(tsd_tsdn(tsd), arena, in tcache_bin_flush_small()
395 arena_prof_accum(tsd_tsdn(tsd), arena, tcache->prof_accumbytes)) in tcache_destroy()
Darena.c2413 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) in arena_tcache_fill_small()
2593 if (config_prof && !isthreaded && arena_prof_accum(tsdn, arena, usize)) in arena_malloc_small()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt95 arena_prof_accum
Dprivate_namespace.h95 #define arena_prof_accum JEMALLOC_N(arena_prof_accum) macro
Darena.h694 bool arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes);
1087 arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes) in arena_prof_accum() function
Dprivate_unnamespace.h95 #undef arena_prof_accum