SimGrid  3.13
Versatile Simulation of Distributed Systems
simgrid::xbt::VmMap Struct Reference

An virtual memory map entry from /proc/$pid/maps. More...

#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
 

Detailed Description

An virtual memory map entry from /proc/$pid/maps.

Member Data Documentation

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

The documentation for this struct was generated from the following file: