Home
last modified time | relevance | path

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

/xnu-8020.101.4/san/memory/
H A Dkasan-test.c54 #define STACK_ARRAY_SZ 9 macro
190 volatile uint8_t a[STACK_ARRAY_SZ]; in test_stack_overflow()
192 for (i = 0; i < STACK_ARRAY_SZ; i++) { in test_stack_overflow()
211 uint8_t a[STACK_ARRAY_SZ]; in test_stack_underflow()
213 __nosan_memset(a, 0, STACK_ARRAY_SZ); in test_stack_underflow()
234 uint8_t a1[STACK_ARRAY_SZ]; in test_memcpy()
235 uint8_t a2[STACK_ARRAY_SZ]; in test_memcpy()
238 memcpy(a1, a2, STACK_ARRAY_SZ); in test_memcpy()
244 memcpy(a2, a1, STACK_ARRAY_SZ + 1); in test_memcpy()
254 uint8_t a1[STACK_ARRAY_SZ]; in test_memmove()
[all …]