Searched refs:tcache_alloc_easy (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h163 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);
253 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) function
290 ret = tcache_alloc_easy(tbin, &tcache_success);
348 ret = tcache_alloc_easy(tbin, &tcache_success);
H A Dprivate_namespace.h494 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dtcache.c83 ret = tcache_alloc_easy(tbin, tcache_success);

Completed in 129 milliseconds