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

Method GlobalMemoryAllocatorStash

src/CppUTest/TestMemoryAllocator.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111/////////////////////////////////////////////
112
113GlobalMemoryAllocatorStash::GlobalMemoryAllocatorStash()
114 : originalMallocAllocator(NULLPTR), originalNewAllocator(NULLPTR), originalNewArrayAllocator(NULLPTR)
115{
116}
117
118void GlobalMemoryAllocatorStash::save()
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected