MCPcopy 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
38void freeAllocationWithoutMacro(void* memory)
39{
40 free(memory);
41}
42

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68