Volume Cartographer 2.27.0
|
Memmap record. More...
#include <vc/core/util/MemMap.hpp>
Public Member Functions | |
operator bool () const | |
Public Attributes | |
void * | addr {nullptr} |
std::int64_t | size {-1} |
Memmap record.
Definition at line 22 of file MemMap.hpp.
|
explicit |
Whether this is a valid mapping
void* volcart::mmap_info::addr {nullptr} |
Address of mapped memory
Definition at line 26 of file MemMap.hpp.
std::int64_t volcart::mmap_info::size {-1} |
Size of mapped memory
Definition at line 28 of file MemMap.hpp.