Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dutil.h10 #ifndef JEMALLOC_FREE_JUNK
11 # define JEMALLOC_FREE_JUNK ((uint8_t)0x5a) macro
/external/jemalloc_new/test/unit/
Djunk.c23 assert_u_eq(((uint8_t *)ptr)[i], JEMALLOC_FREE_JUNK, in arena_dalloc_junk_small_intercept()
38 assert_u_eq(((uint8_t *)ptr)[i], JEMALLOC_FREE_JUNK, in large_dalloc_junk_intercept()
/external/jemalloc_new/src/
Dlarge.c84 memset(ptr, JEMALLOC_FREE_JUNK, size); in large_dalloc_junk_impl()
Dckh.c433 memset(ckh, JEMALLOC_FREE_JUNK, sizeof(ckh_t)); in ckh_delete()
Darena.c1315 memset(ptr, JEMALLOC_FREE_JUNK, bin_info->reg_size); in arena_dalloc_junk_small_impl()