|
SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
An virtual memory map entry from /proc/$pid/maps.
#include <memory_map.hpp>
Public Attributes | |
| std::uint64_t | start_addr |
| std::uint64_t | end_addr |
| int | prot |
| int | flags |
| std::uint64_t | offset |
| char | dev_major |
| char | dev_minor |
| unsigned long | inode |
| std::string | pathname |
| std::uint64_t simgrid::xbt::VmMap::start_addr |
| std::uint64_t simgrid::xbt::VmMap::end_addr |
| int simgrid::xbt::VmMap::prot |
| int simgrid::xbt::VmMap::flags |
| std::uint64_t simgrid::xbt::VmMap::offset |
| char simgrid::xbt::VmMap::dev_major |
| char simgrid::xbt::VmMap::dev_minor |
| unsigned long simgrid::xbt::VmMap::inode |
| std::string simgrid::xbt::VmMap::pathname |