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

Function getCurrentNewArrayAllocator

src/CppUTest/TestMemoryAllocator.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72TestMemoryAllocator* getCurrentNewArrayAllocator()
73{
74 if (currentNewArrayAllocator == NULLPTR) setCurrentNewArrayAllocatorToDefault();
75 return currentNewArrayAllocator;
76}
77
78void setCurrentNewArrayAllocatorToDefault()
79{

Callers 15

UT_THROWFunction · 0.85
saveMethod · 0.85
startMethod · 0.85
stopMethod · 0.85
TESTFunction · 0.85

Tested by

no test coverage detected