Skip to main content

kernel/state/subcats/
mm.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Memory management subcategory placeholder for [`KState`].
3//!
4//! Authors: MarioS271
5
6/// Holds memory management state such as slab allocators and virtual memory areas.
7pub struct Mm {
8
9}