| 148 | }; |
| 149 | |
| 150 | class GlobalSimpleStringAllocatorStash |
| 151 | { |
| 152 | public: |
| 153 | GlobalSimpleStringAllocatorStash(); |
| 154 | void save(); |
| 155 | void restore(); |
| 156 | private: |
| 157 | TestMemoryAllocator* originalAllocator_; |
| 158 | }; |
| 159 | |
| 160 | class MemoryAccountant; |
| 161 | class AccountingTestMemoryAllocator; |
nothing calls this directly
no outgoing calls
no test coverage detected