Home
last modified time | relevance | path

Searched refs:tcache_alloc_small_hard (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h105 void *tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin,
272 ret = tcache_alloc_small_hard(tcache, tbin, binind); in tcache_alloc_small()
Dprivate_symbols.txt371 tcache_alloc_small_hard
Dprivate_namespace.h371 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
Dprivate_unnamespace.h371 #undef tcache_alloc_small_hard
/external/jemalloc/src/
Dtcache.c68 tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) in tcache_alloc_small_hard() function