Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() function
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()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c98 ret = cache_bin_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()