Searched refs:JEMALLOC_ALLOC_JUNK (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/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,
/freebsd-13-stable/contrib/jemalloc/src/
H A Dlarge.c66 memset(extent_addr_get(extent), JEMALLOC_ALLOC_JUNK, local
210 JEMALLOC_ALLOC_JUNK, usize - oldusize);
H A Darena.c1448 memset(ptr, JEMALLOC_ALLOC_JUNK, bin_info->reg_size);

Completed in 74 milliseconds