| 202 | uint64_t LinearHeapAllocator::bytesAllocated() const { return model.bytesAllocated(); } |
| 203 | uint64_t LinearHeapAllocator::totalAlignedMemoryAllocated() const { return model.totalAlignedMemoryAllocated(); } |
| 204 | void LinearHeapAllocator::reset() { model.reset(); } |
| 205 | void LinearHeapAllocator::shrink() { model.shrink(); } |
| 206 | |
| 207 | void LinearHeapAllocator::report() { |
no test coverage detected