Home
last modified time | relevance | path

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

/xnu-10002.1.13/san/memory/
H A Dkasan-test.c81 heap_cleanup(struct kasan_test *t) in heap_cleanup()
90 test_global_overflow(struct kasan_test __unused *t) in test_global_overflow()
101 test_heap_underflow(struct kasan_test __unused *t) in test_heap_underflow()
114 test_heap_overflow(struct kasan_test __unused *t) in test_heap_overflow()
127 test_heap_uaf(struct kasan_test __unused *t) in test_heap_uaf()
139 test_heap_inval_free(struct kasan_test __unused *t) in test_heap_inval_free()
148 test_heap_double_free(struct kasan_test *t) in test_heap_double_free()
165 test_heap_small_free(struct kasan_test *t) in test_heap_small_free()
185 test_stack_overflow(struct kasan_test *t) in test_stack_overflow()
206 test_stack_underflow(struct kasan_test *t) in test_stack_underflow()
[all …]
H A Dkasan.h107 struct kasan_test { struct
108 int (* func)(struct kasan_test *); argument
109 void (* cleanup)(struct kasan_test *); argument
115 void __kasan_runtests(struct kasan_test *, int numtests); argument