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

Detailed Description

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
 

Member Data Documentation

◆ start_addr

std::uint64_t simgrid::xbt::VmMap::start_addr

◆ end_addr

std::uint64_t simgrid::xbt::VmMap::end_addr

◆ prot

int simgrid::xbt::VmMap::prot

◆ flags

int simgrid::xbt::VmMap::flags

◆ offset

std::uint64_t simgrid::xbt::VmMap::offset

◆ dev_major

char simgrid::xbt::VmMap::dev_major

◆ dev_minor

char simgrid::xbt::VmMap::dev_minor

◆ inode

unsigned long simgrid::xbt::VmMap::inode

◆ pathname

std::string simgrid::xbt::VmMap::pathname

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