MCPcopy Create free account
hub / github.com/cpputest/cpputest / AllocLetTestFree_Create

Function AllocLetTestFree_Create

tests/CppUTest/AllocLetTestFree.c:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} AllocLetTestFreeStruct;
12
13AllocLetTestFree AllocLetTestFree_Create(void)
14{
15 size_t count = 1;
16 AllocLetTestFree self = (AllocLetTestFree)calloc(count, sizeof(AllocLetTestFreeStruct));
17 return self;
18}
19
20void AllocLetTestFree_Destroy(AllocLetTestFree self)
21{

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected