| 246 | } |
| 247 | |
| 248 | void* cpputest_realloc_location(void* memory, size_t size, const char* file, size_t line) |
| 249 | { |
| 250 | return cpputest_realloc_location_with_leak_detection(memory, size, file, line); |
| 251 | } |
| 252 | |
| 253 | void cpputest_free_location(void* buffer, const char* file, size_t line) |
| 254 | { |
no test coverage detected