Module proc_maps

Source

Structs§

Mapping
Represents a single line in /proc/[pid]/maps.

Enums§

MappingPath
The “path” of where a region is mapped from.
Sharing
Whether a region of memory is shared.

Functions§

mappings_for_pid
Reads and parses the contents of a /proc/[pid]/maps file
parse_file_contents
Parses the contents of a /proc/[pid]/maps file