| 153 | } |
| 154 | int PersistentHeapAllocator::depth() const { return model.depth(); } |
| 155 | uint64_t PersistentHeapAllocator::bytesAllocated() const { return model.bytesAllocated(); } |
| 156 | uint64_t PersistentHeapAllocator::totalAlignedMemoryAllocated() const { return model.totalAlignedMemoryAllocated(); } |
| 157 | |
| 158 | bool PersistentHeapAllocator::isOwnPtr ( char * ptr, uint64_t size ) { return model.isOwnPtr(ptr,size); } |
no outgoing calls
no test coverage detected