Searched refs:kasan_test (Results 1 – 2 of 2) sorted by relevance
81 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 …]
107 struct kasan_test { struct108 int (* func)(struct kasan_test *); argument109 void (* cleanup)(struct kasan_test *); argument115 void __kasan_runtests(struct kasan_test *, int numtests); argument