MCPcopy Create free account
hub / github.com/cpputest/cpputest / GlobalSimpleStringCache

Method GlobalSimpleStringCache

src/CppUTest/SimpleStringInternalCache.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249GlobalSimpleStringCache::GlobalSimpleStringCache()
250{
251 allocator_ = new SimpleStringCacheAllocator(cache_, SimpleString::getStringAllocator());
252 SimpleString::setStringAllocator(allocator_);
253}
254
255GlobalSimpleStringCache::~GlobalSimpleStringCache()
256{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected