Searched refs:cache_bin_dalloc_easy (Results 1 – 3 of 3) sorted by relevance
178 if (unlikely(!cache_bin_dalloc_easy(bin, bin_info, ptr))) { in tcache_dalloc_small()181 bool ret = cache_bin_dalloc_easy(bin, bin_info, ptr); in tcache_dalloc_small()
120 cache_bin_dalloc_easy(cache_bin_t *bin, cache_bin_info_t *bin_info, void *ptr) { in cache_bin_dalloc_easy() function
2835 if (!cache_bin_dalloc_easy(bin, bin_info, ptr)) { in free_fastpath()