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

Function setup

tests/CppUTest/MemoryOperatorOverloadTest.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122{
123 MemoryLeakDetector* memLeakDetector;
124 void setup()
125 {
126 memLeakDetector = MemoryLeakWarningPlugin::getGlobalDetector();
127 }
128
129};
130

Callers

nothing calls this directly

Calls 3

setCurrentNewAllocatorFunction · 0.85
saveMethod · 0.45

Tested by

no test coverage detected