| 96 | }; |
| 97 | |
| 98 | class GlobalSimpleStringCache |
| 99 | { |
| 100 | SimpleStringCacheAllocator* allocator_; |
| 101 | SimpleStringInternalCache cache_; |
| 102 | |
| 103 | public: |
| 104 | GlobalSimpleStringCache(); |
| 105 | ~GlobalSimpleStringCache(); |
| 106 | |
| 107 | TestMemoryAllocator* getAllocator(); |
| 108 | }; |
| 109 | |
| 110 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected