numa_maps
A simple library to read the numa_maps file on Linux.
[]
= "0.1"
Example
let map = from_file.unwrap;
let map = default;
for region in &map.ranges
Description
numa_maps provides a simple API to read the contents of the numa_maps file.
It parses the file into ranges with a base address, a policy, and a list of
properties.