Searched refs:tcache_alloc_small (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 179 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
|
D | private_symbols.txt | 512 tcache_alloc_small
|
D | private_namespace.h | 512 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
|
D | private_unnamespace.h | 512 #undef tcache_alloc_small
|
D | arena.h | 1360 return (tcache_alloc_small(tsdn_tsd(tsdn), arena, in arena_malloc()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 42 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, in tcache_alloc_small() function
|
D | arena_inlines_b.h | 94 return tcache_alloc_small(tsdn_tsd(tsdn), arena, in arena_malloc()
|