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.txt64 arena_tcache_fill_small
Dprivate_namespace.h64 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
Dprivate_unnamespace.h64 #undef arena_tcache_fill_small
Darena.h410 void arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin,
/external/jemalloc/src/
Dtcache.c72 arena_tcache_fill_small(tcache->arena, tbin, binind, in tcache_alloc_small_hard()
Darena.c1554 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, size_t binind, in arena_tcache_fill_small() function