| 271 | } |
| 272 | |
| 273 | SimpleStringCacheAllocator::~SimpleStringCacheAllocator() |
| 274 | { |
| 275 | cache_.setAllocator(NULLPTR); |
| 276 | } |
| 277 | |
| 278 | char* SimpleStringCacheAllocator::alloc_memory(size_t size, const char*, size_t) |
| 279 | { |
nothing calls this directly
no test coverage detected