MCPcopy Create free account
hub / github.com/cpputest/cpputest / cpputest_free_location

Function cpputest_free_location

src/CppUTest/TestHarness_c.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void cpputest_free_location(void* buffer, const char* file, size_t line)
254{
255 cpputest_free_location_with_leak_detection(buffer, file, line);
256}
257
258}

Callers 2

cpputest_freeFunction · 0.85
TESTFunction · 0.85

Tested by

no test coverage detected