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

Method ~SimpleStringCacheAllocator

src/CppUTest/SimpleStringInternalCache.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273SimpleStringCacheAllocator::~SimpleStringCacheAllocator()
274{
275 cache_.setAllocator(NULLPTR);
276}
277
278char* SimpleStringCacheAllocator::alloc_memory(size_t size, const char*, size_t)
279{

Callers

nothing calls this directly

Calls 1

setAllocatorMethod · 0.45

Tested by

no test coverage detected