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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h133 void *tcache_alloc_easy(tcache_bin_t *tbin);
275 tcache_alloc_easy(tcache_bin_t *tbin) function
300 ret = tcache_alloc_easy(tbin);
346 ret = tcache_alloc_easy(tbin);
H A Dprivate_namespace.h337 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Dtcache.c76 ret = tcache_alloc_easy(tbin);

Completed in 62 milliseconds