| 31 | #include "CppUTest/TestMemoryAllocator.h" |
| 32 | |
| 33 | GlobalSimpleStringAllocatorStash::GlobalSimpleStringAllocatorStash() |
| 34 | : originalAllocator_(NULLPTR) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | void GlobalSimpleStringAllocatorStash::save() |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected