We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dace6 commit 2e68081Copy full SHA for 2e68081
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