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

Function newArrayAllocationWithoutMacro

tests/CppUTest/AllocationInCppFile.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25char* newArrayAllocationWithoutMacro()
26{
27 return new char[100];
28}
29
30#if CPPUTEST_USE_STD_CPP_LIB
31

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68