Searched refs:tcache_success (Results 1 – 2 of 2) sorted by relevance
148 tcache_bin_t *tbin, szind_t binind, bool *tcache_success);178 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);268 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() argument274 *tcache_success = false; in tcache_alloc_easy()284 *tcache_success = true; in tcache_alloc_easy()300 bool tcache_success; in tcache_alloc_small() local305 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_small()306 assert(tcache_success == (ret != NULL)); in tcache_alloc_small()307 if (unlikely(!tcache_success)) { in tcache_alloc_small()359 bool tcache_success; in tcache_alloc_large() local[all …]
78 tcache_bin_t *tbin, szind_t binind, bool *tcache_success) in tcache_alloc_small_hard() argument86 ret = tcache_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()