Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dutil.h7 #ifndef JEMALLOC_ALLOC_JUNK
8 # define JEMALLOC_ALLOC_JUNK ((uint8_t)0xa5) macro
Dtcache_inlines.h143 memset(ret, JEMALLOC_ALLOC_JUNK, in tcache_alloc_large()
/external/jemalloc_new/test/unit/
Djunk.c86 assert_u_eq(s[i], JEMALLOC_ALLOC_JUNK, in test_junk()
/external/jemalloc_new/src/
Dlarge.c74 memset(extent_addr_get(extent), JEMALLOC_ALLOC_JUNK, in large_palloc()
218 JEMALLOC_ALLOC_JUNK, usize - oldusize); in large_ralloc_no_move_expand()
Darena.c1309 memset(ptr, JEMALLOC_ALLOC_JUNK, bin_info->reg_size); in arena_alloc_junk_small()