We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6f92c commit 8ae740cCopy full SHA for 8ae740c
rust/kernel/alloc.rs
@@ -1,6 +1,6 @@
1
// SPDX-License-Identifier: GPL-2.0
2
3
-//! Extensions to the [`alloc`] crate.
+//! Implementation of the kernel's memory allocation infrastructure.
4
5
#[cfg(not(any(test, testlib)))]
6
pub mod allocator;
0 commit comments