Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h179 void *tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
295 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_small() function
Dprivate_symbols.txt512 tcache_alloc_small
Dprivate_namespace.h512 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
Dprivate_unnamespace.h512 #undef tcache_alloc_small
Darena.h1360 return (tcache_alloc_small(tsdn_tsd(tsdn), arena, in arena_malloc()
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h42 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, in tcache_alloc_small() function
Darena_inlines_b.h94 return tcache_alloc_small(tsdn_tsd(tsdn), arena, in arena_malloc()