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