Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_externs.h32 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
Dtcache_inlines.h60 ret = tcache_alloc_small_hard(tsd_tsdn(tsd), arena, tcache, in tcache_alloc_small()
Dprivate_namespace_jet.h343 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
Dprivate_namespace.h336 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
/external/jemalloc_new/src/
Dtcache.c92 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard() function