Struct stark::sail::memmgt::Region [−][src]
Expand description
A memory region is a linked list of memory zones, all of the same size
Fields
zone_size: usize
head: *mut Zone
A memory region is a linked list of memory zones, all of the same size
zone_size: usize
head: *mut Zone
impl RefUnwindSafe for Region
impl !Send for Region
impl !Sync for Region
impl Unpin for Region
impl UnwindSafe for Region