Home
last modified time | relevance | path

Searched refs:JEMALLOC_ALLOC_JUNK (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dutil.h7 #ifndef JEMALLOC_ALLOC_JUNK
8 # define JEMALLOC_ALLOC_JUNK ((uint8_t)0xa5) macro
H A Dtcache_inlines.h141 memset(ret, JEMALLOC_ALLOC_JUNK, in tcache_alloc_large()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Djunk.c86 assert_u_eq(s[i], JEMALLOC_ALLOC_JUNK, in test_junk()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dlarge.c66 memset(extent_addr_get(extent), JEMALLOC_ALLOC_JUNK, in large_palloc()
210 JEMALLOC_ALLOC_JUNK, usize - oldusize); in large_ralloc_no_move_expand()
H A Darena.c1305 memset(ptr, JEMALLOC_ALLOC_JUNK, bin_info->reg_size); in arena_alloc_junk_small()