Searched refs:arena_alloc_junk_small (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 301 arena_alloc_junk_small(ret, in tcache_alloc_small() 308 arena_alloc_junk_small(ret, &arena_bin_info[binind], in tcache_alloc_small()
|
D | private_symbols.txt | 7 arena_alloc_junk_small
|
D | private_namespace.h | 7 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
|
D | private_unnamespace.h | 7 #undef arena_alloc_junk_small
|
D | arena.h | 446 void arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info,
|
/external/jemalloc/src/ |
D | arena.c | 1837 arena_alloc_junk_small(ptr, &arena_bin_info[binind], in arena_tcache_fill_small() 1855 arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info, bool zero) in arena_alloc_junk_small() function 1994 arena_alloc_junk_small(ret, in arena_malloc_small() 2002 arena_alloc_junk_small(ret, &arena_bin_info[binind], in arena_malloc_small()
|