| 247 | } |
| 248 | |
| 249 | GlobalSimpleStringCache::GlobalSimpleStringCache() |
| 250 | { |
| 251 | allocator_ = new SimpleStringCacheAllocator(cache_, SimpleString::getStringAllocator()); |
| 252 | SimpleString::setStringAllocator(allocator_); |
| 253 | } |
| 254 | |
| 255 | GlobalSimpleStringCache::~GlobalSimpleStringCache() |
| 256 | { |
nothing calls this directly
no outgoing calls
no test coverage detected