Home
last modified time | relevance | path

Searched refs:tcache_alloc_large (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h181 void *tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
354 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() function
Dprivate_symbols.txt511 tcache_alloc_large
Dprivate_namespace.h511 #define tcache_alloc_large JEMALLOC_N(tcache_alloc_large) macro
Dprivate_unnamespace.h511 #undef tcache_alloc_large
Darena.h1364 return (tcache_alloc_large(tsdn_tsd(tsdn), arena, in arena_malloc()
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h106 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() function
Darena_inlines_b.h98 return tcache_alloc_large(tsdn_tsd(tsdn), arena, in arena_malloc()