Searched refs:cache_bin_alloc_easy (Results 1 – 4 of 4) sorted by relevance
51 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()
88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy() function
99 ret = cache_bin_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()
2375 void* ret = cache_bin_alloc_easy(bin, &tcache_success); in JEMALLOC_ATTR()