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

Method SimpleStringInternalCache

src/CppUTest/SimpleStringInternalCache.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44SimpleStringInternalCache::SimpleStringInternalCache()
45 : allocator_(defaultMallocAllocator()), cache_(NULLPTR), nonCachedAllocations_(NULLPTR), hasWarnedAboutDeallocations(false)
46{
47 cache_ = createInternalCacheNodes();
48}
49
50SimpleStringInternalCache::~SimpleStringInternalCache()
51{

Callers

nothing calls this directly

Calls 1

defaultMallocAllocatorFunction · 0.85

Tested by

no test coverage detected