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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h134 void *tcache_alloc_small(tcache_t *tcache, size_t size, bool zero);
291 tcache_alloc_small(tcache_t *tcache, size_t size, bool zero) function
H A Dprivate_namespace.h339 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
H A Darena.h916 return (tcache_alloc_small(tcache, size, zero));

Completed in 67 milliseconds