xref: /linux/rust/kernel/alloc.rs (revision 31d94d8f586df55e7dce47a67a8428f46d09f906)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 //! Extensions to the [`alloc`] crate.
4 
5 #[cfg(not(test))]
6 #[cfg(not(testlib))]
7 mod allocator;
8