# Packages
No description provided by the author
# Functions
NewAllocationMap creates an allocation bitmap using the random scan strategy.
NewContiguousAllocationMap creates an allocation bitmap using the contiguous scan strategy.
# Structs
AllocationBitmap is a contiguous block of resources that can be allocated atomically.
# Interfaces
Interface manages the allocation of items out of a range.
Snapshottable is an Interface that can be snapshotted and restored.
# Type aliases
No description provided by the author