pub type Locations = BTreeMap<u64, Location>;
Mapping of memory address to Location
Location
struct Locations { /* private fields */ }