Searched refs:shadow_key (Results 1 – 1 of 1) sorted by relevance
277 uintptr_t shadow_key; /* free slot shadow ptr xor key */ member1297 return (zend_mm_free_slot*)(((uintptr_t)slot) ^ heap->shadow_key);1299 return (zend_mm_free_slot*)(BSWAPPTR((uintptr_t)slot) ^ heap->shadow_key);1306 return (zend_mm_free_slot*)((uintptr_t)slot ^ heap->shadow_key);1308 return (zend_mm_free_slot*)(BSWAPPTR((uintptr_t)slot ^ heap->shadow_key));2011 zend_random_bytes_insecure(&heap->rand_state, &heap->shadow_key, sizeof(heap->shadow_key));
Completed in 26 milliseconds