We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea014e commit 39b3263Copy full SHA for 39b3263
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