Searched refs:tcache_success (Results 1 – 4 of 4) sorted by relevance
46 bool tcache_success; in tcache_alloc_small() local51 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_small()52 assert(tcache_success == (ret != NULL)); in tcache_alloc_small()53 if (unlikely(!tcache_success)) { in tcache_alloc_small()108 bool tcache_success; in tcache_alloc_large() local112 ret = cache_bin_alloc_easy(bin, &tcache_success); in tcache_alloc_large()113 assert(tcache_success == (ret != NULL)); in tcache_alloc_large()114 if (unlikely(!tcache_success)) { in tcache_alloc_large()
31 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
90 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard() argument99 ret = cache_bin_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()
2374 bool tcache_success; in JEMALLOC_ATTR() local2375 void* ret = cache_bin_alloc_easy(bin, &tcache_success); in JEMALLOC_ATTR()2377 if (tcache_success) { in JEMALLOC_ATTR()