Searched refs:arena_alloc_junk_small (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A 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()
|
| H A D | arena_externs.h | 49 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info,
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | arena.c | 1285 arena_alloc_junk_small(ptr, &bin_infos[binind], true); in arena_tcache_fill_small() 1303 arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, bool zero) { in arena_alloc_junk_small() function 1352 arena_alloc_junk_small(ret, in arena_malloc_small() 1360 arena_alloc_junk_small(ret, &bin_infos[binind], in arena_malloc_small()
|