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

Function teardown

tests/CppUTest/SimpleStringCacheTest.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void teardown()
66 {
67 cache.clearAllIncludingCurrentlyUsedMemory();
68 accountant.clear();
69 delete allocator;
70 delete defaultAllocator;
71 }
72
73 void createCacheForSize(size_t size, size_t amount)
74 {

Callers

nothing calls this directly

Calls 3

clearCacheMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected