Home
last modified time | relevance | path

Searched refs:tcache_alloc_small_hard (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h30 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
H A Dtcache_inlines.h60 ret = tcache_alloc_small_hard(tsd_tsdn(tsd), arena, tcache, in tcache_alloc_small()
H A Dprivate_namespace.h369 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dtcache.c89 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard() function