Searched refs:check_const (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | fortify_kunit.c | 83 #define check_const(_expected, alloc, free) do { \ macro 106 TEST_alloc(check_const, 0, 0); \ 107 TEST_alloc(check_const, 1, 1); \ 108 TEST_alloc(check_const, 128, 128); \ 109 TEST_alloc(check_const, 1023, 1023); \ 110 TEST_alloc(check_const, 1025, 1025); \ 111 TEST_alloc(check_const, 4096, 4096); \ 112 TEST_alloc(check_const, 4097, 4097); \
|