MCPcopy 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
31void freeAllocation(void* memory)
32{
33 free(memory);
34}
35
36#undef free
37

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68