| 265 | } |
| 266 | |
| 267 | SimpleStringCacheAllocator::SimpleStringCacheAllocator(SimpleStringInternalCache& cache, TestMemoryAllocator* origAllocator) |
| 268 | : cache_(cache), originalAllocator_(origAllocator) |
| 269 | { |
| 270 | cache_.setAllocator(origAllocator); |
| 271 | } |
| 272 | |
| 273 | SimpleStringCacheAllocator::~SimpleStringCacheAllocator() |
| 274 | { |
nothing calls this directly
no test coverage detected