Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_externs.h51 void arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h88 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
/freebsd/contrib/jemalloc/src/
H A Dtcache.c94 arena_tcache_fill_small(tsdn, arena, tcache, tbin, binind, in tcache_alloc_small_hard()
H A Darena.c1381 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in arena_tcache_fill_small() function
/freebsd/contrib/jemalloc/
H A DChangeLog962 - Fix an OOM-related regression in arena_tcache_fill_small(), which could