Module kernel::memory

source ·

Structs§

  • Represents a stack, either in kernel-space or user-space. Stacks are allocated in “slots” of fixed size, but only a subset of the slot may be mapped initially (to reduce physical memory usage). Stacks can’t grow above the size of their slot.