| 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 | { |
nothing calls this directly
no test coverage detected