Searched refs:arena_alloc_junk_small (Results 1 – 11 of 11) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 80 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()
|
D | arena_externs.h | 49 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info,
|
D | private_namespace.h | 33 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
|
D | private_namespace_jet.h | 33 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small) macro
|
/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 | 569 void arena_alloc_junk_small(void *ptr, arena_bin_info_t *bin_info,
|
/external/jemalloc_new/src/ |
D | arena.c | 1285 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/ |
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()
|