Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h51 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_small()
112 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_large()
H A Dcache_bin.h88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() function
/freebsd/contrib/jemalloc/src/
H A Dtcache.c99 ret = cache_bin_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()
H A Djemalloc.c2375 void* ret = cache_bin_alloc_easy(bin, &tcache_success); in JEMALLOC_ATTR()