Searched refs:arena_prof_accum (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_inlines_a.h | 25 arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes) { in arena_prof_accum() function
|
/external/jemalloc_new/src/ |
D | tcache.c | 131 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()
|
D | large.c | 67 if (config_prof && arena_prof_accum(tsdn, arena, usize)) { in large_palloc()
|
D | arena.c | 1257 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/ |
D | tcache.c | 113 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()
|
D | arena.c | 2413 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/ |
D | private_symbols.txt | 95 arena_prof_accum
|
D | private_namespace.h | 95 #define arena_prof_accum JEMALLOC_N(arena_prof_accum) macro
|
D | arena.h | 694 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
|
D | private_unnamespace.h | 95 #undef arena_prof_accum
|