Module ext2::arena

source ยท
Expand description

Defines an arena allocator backed by base::MemoryMapping.

Structsยง

  • Memory arena backed by base::MemoryMapping.
  • Represents a ID of a disk block.
  • Information on how to mmap a host file to ext2 blocks.
  • Region ๐Ÿ”’
  • RegionManager ๐Ÿ”’
    Manages a set of regions that are not overlapping each other.