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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h135 void *tcache_alloc_large(tcache_t *tcache, size_t size, bool zero);
335 tcache_alloc_large(tcache_t *tcache, size_t size, bool zero)
H A Dprivate_namespace.h338 #define tcache_alloc_large JEMALLOC_N(tcache_alloc_large) macro
H A Darena.h928 return (tcache_alloc_large(tcache, size, zero));

Completed in 114 milliseconds