| 253 | } |
| 254 | |
| 255 | GlobalSimpleStringCache::~GlobalSimpleStringCache() |
| 256 | { |
| 257 | SimpleString::setStringAllocator(allocator_->originalAllocator()); |
| 258 | cache_.clearAllIncludingCurrentlyUsedMemory(); |
| 259 | delete allocator_; |
| 260 | } |
| 261 | |
| 262 | TestMemoryAllocator* GlobalSimpleStringCache::getAllocator() |
| 263 | { |
nothing calls this directly
no test coverage detected