Information about a mapped region of memory. More...
#include "util/linux/memory_map.h"
Public Member Functions | |
| bool | Equals (const Mapping &other) const |
Public Attributes | |
| std::string | name |
| CheckedLinuxAddressRange | range |
| off64_t | offset |
| dev_t | device |
| ino_t | inode |
| bool | readable |
| bool | writable |
| bool | executable |
| bool | shareable |
Information about a mapped region of memory.