Searched refs:tcache_alloc_large (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 181 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
|
D | private_symbols.txt | 511 tcache_alloc_large
|
D | private_namespace.h | 511 #define tcache_alloc_large JEMALLOC_N(tcache_alloc_large) macro
|
D | private_unnamespace.h | 511 #undef tcache_alloc_large
|
D | arena.h | 1364 return (tcache_alloc_large(tsdn_tsd(tsdn), arena, in arena_malloc()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 106 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() function
|
D | arena_inlines_b.h | 98 return tcache_alloc_large(tsdn_tsd(tsdn), arena, in arena_malloc()
|