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 673ec36 commit abd21a1Copy full SHA for abd21a1
rust/kernel/alloc/allocator_test.rs
@@ -4,7 +4,7 @@
4
//! of those types (e.g. `CString`) use kernel allocators for instantiation.
5
//!
6
//! In order to allow userspace test cases to make use of such types as well, implement the
7
-//! `Cmalloc` allocator within the allocator_test module and type alias all kernel allocators to
+//! `Cmalloc` allocator within the `allocator_test` module and type alias all kernel allocators to
8
//! `Cmalloc`. The `Cmalloc` allocator uses libc's `realloc()` function as allocator backend.
9
10
#![allow(missing_docs)]
0 commit comments