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

Class GlobalSimpleStringAllocatorStash

include/CppUTest/SimpleString.h:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148};
149
150class GlobalSimpleStringAllocatorStash
151{
152public:
153 GlobalSimpleStringAllocatorStash();
154 void save();
155 void restore();
156private:
157 TestMemoryAllocator* originalAllocator_;
158};
159
160class MemoryAccountant;
161class AccountingTestMemoryAllocator;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected