Home
last modified time | relevance | path

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

/xnu-10002.41.9/san/memory/
H A Dkasan-test.c74 #define TEST_FAULT(t) do { TEST_BARRIER(); t->result = 0; TEST_BARRIER(); } while (0) macro
158 TEST_FAULT(t); in test_heap_double_free()
176 TEST_FAULT(t); in test_heap_small_free()
196 TEST_FAULT(t); in test_stack_overflow()
222 TEST_FAULT(t); in test_stack_underflow()
243 TEST_FAULT(t); in test_memcpy()
263 TEST_FAULT(t); in test_memmove()
283 TEST_FAULT(t); in test_bcopy()
302 TEST_FAULT(t); in test_memset()
332 TEST_FAULT(t); in test_memcmp()
[all …]