Searched refs:tcache_alloc_small (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 171 void *tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, 278 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_small() function
|
D | private_symbols.txt | 433 tcache_alloc_small
|
D | private_namespace.h | 433 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
|
D | private_unnamespace.h | 433 #undef tcache_alloc_small
|
D | arena.h | 1074 return (tcache_alloc_small(tsd, arena, tcache, size, in arena_malloc()
|