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.h147 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
313 ret = tcache_alloc_small_hard(tsd_tsdn(tsd), arena, tcache, in tcache_alloc_small()
Dprivate_symbols.txt513 tcache_alloc_small_hard
Dprivate_namespace.h513 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
Dprivate_unnamespace.h513 #undef tcache_alloc_small_hard
/external/jemalloc/src/
Dtcache.c77 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard() function