Home
last modified time | relevance | path

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

/xnu-8019.80.24/san/memory/
H A Dkasan-test.c77 #define DECLARE_TEST(f, s) { .func = f, .name = s } macro
551 DECLARE_TEST(NULL, NULL),
552 DECLARE_TEST(test_global_overflow, "Global overflow"),
555 DECLARE_TEST(test_heap_uaf, "Heap use-after-free"),
556 DECLARE_TEST(test_heap_inval_free, "Heap invalid free"),
557 DECLARE_TEST(test_heap_double_free, "Heap double free"),
559 DECLARE_TEST(test_stack_overflow, "Stack overflow"),
560 DECLARE_TEST(test_stack_underflow, "Stack underflow"),
561 DECLARE_TEST(test_stack_uaf, "Stack use-after-return"),
562 DECLARE_TEST(test_memcpy, "memcpy"),
[all …]