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