Searched refs:tcache_alloc_easy (Results 1 – 5 of 5) sorted by relevance
10 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);99 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() function136 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_small()194 ret = tcache_alloc_easy(tbin, &tcache_success); in tcache_alloc_large()
451 tcache_alloc_easy
451 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
451 #undef tcache_alloc_easy
82 ret = tcache_alloc_easy(tbin, tcache_success); in tcache_alloc_small_hard()
Completed in 9 milliseconds