Skip to main content

Module segment

Module segment 

Source
Expand description

A contiguous range of frames.

Structs§

Segment
A contiguous range of homogeneous physical memory frames.
SegmentIterator
Verified iterator over the frames owned by a Segment.
SegmentIteratorProphecySeq
Prophetic sequence state used to specify the frames that a segment iterator will yield. FIXME: Do we need another iterator struct?

Type Aliases§

SegmentIteratorItem
A frame yielded from a SegmentIterator together with its drop obligation.
USegment
A contiguous range of homogeneous untyped physical memory frames that have any metadata.