Searched refs:tcache_alloc_small_hard (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 147 void *tcache_alloc_small_hard(tsd_t *tsd, arena_t *arena, tcache_t *tcache, 312 ret = tcache_alloc_small_hard(tsd, arena, tcache, tbin, binind, in tcache_alloc_small()
|
D | private_symbols.txt | 470 tcache_alloc_small_hard
|
D | private_namespace.h | 472 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
|
D | private_unnamespace.h | 472 #undef tcache_alloc_small_hard
|
/external/jemalloc/src/ |
D | tcache.c | 73 tcache_alloc_small_hard(tsd_t *tsd, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard() function
|