MCPcopy Create free account
hub / github.com/cpputest/cpputest / ~SimpleStringInternalCache

Method ~SimpleStringInternalCache

src/CppUTest/SimpleStringInternalCache.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50SimpleStringInternalCache::~SimpleStringInternalCache()
51{
52 allocator_ = defaultMallocAllocator();
53 destroyInternalCacheNode(cache_);
54}
55
56void SimpleStringInternalCache::setAllocator(TestMemoryAllocator* allocator)
57{

Callers

nothing calls this directly

Calls 1

defaultMallocAllocatorFunction · 0.85

Tested by

no test coverage detected