Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ cpputest_free
Function
cpputest_free
src/CppUTest/TestHarness_c.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
void cpputest_free(void* buffer)
185
{
186
cpputest_free_location(buffer,
"<unknown>"
, 0);
187
}
188
189
static void countdown()
190
{
Callers
3
freeInvalidatesMemory
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Calls
1
cpputest_free_location
Function · 0.85
Tested by
no test coverage detected