Searched refs:JEMALLOC_FREE_JUNK (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | util.h | 10 #ifndef JEMALLOC_FREE_JUNK 11 # define JEMALLOC_FREE_JUNK ((uint8_t)0x5a) macro
|
/external/jemalloc_new/test/unit/ |
D | junk.c | 23 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/ |
D | large.c | 84 memset(ptr, JEMALLOC_FREE_JUNK, size); in large_dalloc_junk_impl()
|
D | ckh.c | 433 memset(ckh, JEMALLOC_FREE_JUNK, sizeof(ckh_t)); in ckh_delete()
|
D | arena.c | 1315 memset(ptr, JEMALLOC_FREE_JUNK, bin_info->reg_size); in arena_dalloc_junk_small_impl()
|