Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h149 if (unlikely(!cache_bin_dalloc_easy(bin, ptr))) { in tcache_dalloc_small()
158 bool ret = cache_bin_dalloc_easy(bin, ptr); in tcache_dalloc_small()
172 if (unlikely(!cache_bin_dalloc_easy(bin, ptr))) { in tcache_dalloc_large()
176 bool ret = cache_bin_dalloc_easy(bin, ptr); in tcache_dalloc_large()
H A Dcache_bin.h434 cache_bin_dalloc_easy(cache_bin_t *bin, void *ptr) { in cache_bin_dalloc_easy() function
/src/contrib/jemalloc/src/
H A Djemalloc.c3152 if (!cache_bin_dalloc_easy(bin, ptr)) { in free_fastpath()