Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dsan.h136 size_t ptr_sz = sizeof(void *); in san_junk_ptr_locations() local
140 *mid = (void *)((uintptr_t)ptr + ((usize >> 1) & ~(ptr_sz - 1))); in san_junk_ptr_locations()
141 assert(*first != *mid || usize == ptr_sz); in san_junk_ptr_locations()
152 assert(*first != *last || usize == ptr_sz); in san_junk_ptr_locations()
153 assert(*mid != *last || usize <= ptr_sz * 2); in san_junk_ptr_locations()