Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h348 cache_bin_alloc_impl(cache_bin_t *bin, bool *success, bool adjust_low_water) { in cache_bin_alloc_impl() function
399 return cache_bin_alloc_impl(bin, success, false); in cache_bin_alloc_easy()
408 return cache_bin_alloc_impl(bin, success, true); in cache_bin_alloc()