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

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h117 void *tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin,
284 ret = tcache_alloc_small_hard(tcache, tbin, binind);
H A Dprivate_namespace.h371 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
H A Dprivate_unnamespace.h371 #undef tcache_alloc_small_hard macro
/external/jemalloc/src/
H A Dtcache.c68 tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) function

Completed in 79 milliseconds