| 111 | ///////////////////////////////////////////// |
| 112 | |
| 113 | GlobalMemoryAllocatorStash::GlobalMemoryAllocatorStash() |
| 114 | : originalMallocAllocator(NULLPTR), originalNewAllocator(NULLPTR), originalNewArrayAllocator(NULLPTR) |
| 115 | { |
| 116 | } |
| 117 | |
| 118 | void GlobalMemoryAllocatorStash::save() |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected