| 160 | } |
| 161 | |
| 162 | char* TestMemoryAllocator::alloc_memory(size_t size, const char*, size_t) |
| 163 | { |
| 164 | return checkedMalloc(size); |
| 165 | } |
| 166 | |
| 167 | void TestMemoryAllocator::free_memory(char* memory, size_t, const char*, size_t) |
| 168 | { |
no test coverage detected