| 206 | } |
| 207 | |
| 208 | static void test_memalign(Allocator *allocator, size_t size) |
| 209 | { |
| 210 | BasicAllocTest(allocator).memalign(4096, size); |
| 211 | } |
| 212 | |
| 213 | static void test_free(Allocator *allocator, size_t size) |
| 214 | { |
nothing calls this directly
no test coverage detected