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

Function newAllocationWithoutMacro

tests/CppUTest/AllocationInCppFile.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#undef new
19
20char* newAllocationWithoutMacro()
21{
22 return new char;
23}
24
25char* newArrayAllocationWithoutMacro()
26{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68