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

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h147 void *tcache_alloc_small(tcache_t *tcache, size_t size, bool zero);
272 tcache_alloc_small(tcache_t *tcache, size_t size, bool zero) function
H A Dprivate_namespace.h370 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
H A Dprivate_unnamespace.h370 #undef tcache_alloc_small macro
H A Darena.h1074 return (tcache_alloc_small(tcache, size, zero));

Completed in 158 milliseconds