Searched refs:DECLARE_TEST3 (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/san/memory/ |
| H A D | kasan-test.c | 78 #define DECLARE_TEST3(f, c, s) { .func = f, .cleanup = c, .name = s } macro 553 DECLARE_TEST3(test_heap_underflow, heap_cleanup, "Heap underflow"), 554 DECLARE_TEST3(test_heap_overflow, heap_cleanup, "Heap overflow"), 558 DECLARE_TEST3(test_heap_small_free, heap_cleanup, "Heap small free"),
|