Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h80 arena_alloc_junk_small(ret, &bin_infos[binind], in tcache_alloc_small()
88 arena_alloc_junk_small(ret, &bin_infos[binind], true); in tcache_alloc_small()
Darena_externs.h49 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info,
Dprivate_namespace_jet.h33 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
Dprivate_namespace.h33 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
/external/jemalloc/include/jemalloc/internal/
Dtcache.h332 arena_alloc_junk_small(ret, in tcache_alloc_small()
339 arena_alloc_junk_small(ret, &arena_bin_info[binind], in tcache_alloc_small()
Dprivate_symbols.txt5 arena_alloc_junk_small
Dprivate_namespace.h5 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
Dprivate_unnamespace.h5 #undef arena_alloc_junk_small
Darena.h569 void arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info,
/external/jemalloc_new/src/
Darena.c1285 arena_alloc_junk_small(ptr, &bin_infos[binind], true); in arena_tcache_fill_small()
1307 arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, bool zero) { in arena_alloc_junk_small() function
1356 arena_alloc_junk_small(ret, in arena_malloc_small()
1364 arena_alloc_junk_small(ret, &bin_infos[binind], in arena_malloc_small()
/external/jemalloc/src/
Darena.c2438 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()