Searched refs:tcache_alloc_large (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 180 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
|
D | private_symbols.txt | 468 tcache_alloc_large
|
D | private_namespace.h | 470 #define tcache_alloc_large JEMALLOC_N(tcache_alloc_large) macro
|
D | private_unnamespace.h | 470 #undef tcache_alloc_large
|
D | arena.h | 1285 return (tcache_alloc_large(tsd, arena, tcache, size, in arena_malloc()
|