Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h180 void *tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
353 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() function
Dprivate_symbols.txt468 tcache_alloc_large
Dprivate_namespace.h470 #define tcache_alloc_large JEMALLOC_N(tcache_alloc_large) macro
Dprivate_unnamespace.h470 #undef tcache_alloc_large
Darena.h1285 return (tcache_alloc_large(tsd, arena, tcache, size, in arena_malloc()