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