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

Function newArrayAllocation

tests/CppUTest/AllocationInCppFile.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13char* newArrayAllocation()
14{
15 return new char[100];
16}
17
18#undef new
19

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68