Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt116 arena_tcache_fill_small
Dprivate_namespace.h116 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
Dprivate_unnamespace.h116 #undef arena_tcache_fill_small
Darena.h561 void arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena,
/external/jemalloc/src/
Dtcache.c82 arena_tcache_fill_small(tsdn, arena, tbin, binind, config_prof ? in tcache_alloc_small_hard()
Darena.c2405 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small() function
/external/jemalloc/
DChangeLog452 - Fix an OOM-related regression in arena_tcache_fill_small(), which could