| 61 | } |
| 62 | |
| 63 | void GlobalSimpleStringMemoryAccountant::restoreAllocator() |
| 64 | { |
| 65 | if (SimpleString::getStringAllocator() == allocator_) |
| 66 | SimpleString::setStringAllocator(allocator_->originalAllocator()); |
| 67 | } |
| 68 | |
| 69 | void GlobalSimpleStringMemoryAccountant::useCacheSizes(size_t cacheSizes[], size_t length) |
| 70 | { |
nothing calls this directly
no test coverage detected