Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ freeAllocation
Function
freeAllocation
tests/CppUTest/AllocationInCFile.c:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void freeAllocation(void* memory)
32
{
33
free(memory);
34
}
35
36
#undef free
37
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68