Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt95 arena_tcache_fill_small
Dprivate_namespace.h95 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
Dprivate_unnamespace.h95 #undef arena_tcache_fill_small
Darena.h444 void arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin,
/external/jemalloc/src/
Dtcache.c79 arena_tcache_fill_small(arena, tbin, binind, config_prof ? in tcache_alloc_small_hard()
Darena.c1803 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, index_t binind, in arena_tcache_fill_small() function