Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h178 void *tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
294 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_small() function
Dprivate_symbols.txt469 tcache_alloc_small
Dprivate_namespace.h471 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
Dprivate_unnamespace.h471 #undef tcache_alloc_small
Darena.h1281 return (tcache_alloc_small(tsd, arena, tcache, size, in arena_malloc()