| 12 | _HiCPUAllocator::_HiCPUAllocator(const ZenFileSystemOptions& options) : zen_fs_() { zen_fs_.initialize(options); } |
| 13 | |
| 14 | vp_addr_t _HiCPUAllocator::alloc() { return zen_fs_.malloc(); } |
| 15 | |
| 16 | char* _HiCPUAllocator::physicalAddr(vp_addr_t addr) { return zen_fs_.access(addr); } |
| 17 |
nothing calls this directly
no test coverage detected