Home
last modified time | relevance | path

Searched refs:arena_alloc_junk_small (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h301 arena_alloc_junk_small(ret, in tcache_alloc_small()
308 arena_alloc_junk_small(ret, &arena_bin_info[binind], in tcache_alloc_small()
Dprivate_symbols.txt7 arena_alloc_junk_small
Dprivate_namespace.h7 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
Dprivate_unnamespace.h7 #undef arena_alloc_junk_small
Darena.h446 void arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info,
/external/jemalloc/src/
Darena.c1837 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()