Crate vm_info

Source
Expand description

Inspect Linux virtual memory metadata.

The mapped_region module lets you see what VM regions are mapped.

The page_map module lets you see physical info about each page (physical address, whether or not it’s swapped, etc).

Modules§

mapped_region
page_map

Enums§

ProcessId

Functions§

page_size
Return page size, if it is available on your platform. This can safely be cached; it will not change during the lifetime of a process (per sysconf(3).