Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
void 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_free
Function · 0.85
TEST
Function · 0.85
Calls
1
cpputest_free_location_with_leak_detection
Function · 0.85
Tested by
no test coverage detected