Searched refs:cache_bin_dalloc_easy (Results 1 – 3 of 3) sorted by relevance
149 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()
434 cache_bin_dalloc_easy(cache_bin_t *bin, void *ptr) { in cache_bin_dalloc_easy() function
3152 if (!cache_bin_dalloc_easy(bin, ptr)) { in free_fastpath()