Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h52 ret = cache_bin_alloc(bin, &tcache_success); in tcache_alloc_small()
95 ret = cache_bin_alloc(bin, &tcache_success); in tcache_alloc_large()
H A Djemalloc_internal_inlines_c.h331 ret = cache_bin_alloc(bin, &tcache_success); in imalloc_fastpath()
H A Dcache_bin.h407 cache_bin_alloc(cache_bin_t *bin, bool *success) { in cache_bin_alloc() function
/src/contrib/jemalloc/src/
H A Dtcache.c241 ret = cache_bin_alloc(cache_bin, tcache_success); in tcache_alloc_small_hard()