Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_alloc.c277 uintptr_t shadow_key; /* free slot shadow ptr xor key */ member
1297 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