Searched refs:arena_alloc_junk_small (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 332 arena_alloc_junk_small(ret, in tcache_alloc_small() 339 arena_alloc_junk_small(ret, &arena_bin_info[binind], in tcache_alloc_small()
|
D | private_symbols.txt | 5 arena_alloc_junk_small
|
D | private_namespace.h | 5 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
|
D | private_unnamespace.h | 5 #undef arena_alloc_junk_small
|
D | arena.h | 563 void arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info,
|
/external/jemalloc/src/ |
D | arena.c | 2438 arena_alloc_junk_small(ptr, &arena_bin_info[binind], in arena_tcache_fill_small() 2457 arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info, bool zero) in arena_alloc_junk_small() function 2599 arena_alloc_junk_small(ret, in arena_malloc_small() 2607 arena_alloc_junk_small(ret, &arena_bin_info[binind], in arena_malloc_small()
|