Searched refs:alloc (Results 1 – 2 of 2) sorted by relevance
6 build-std = ["panic_abort","core", "alloc"]
11 use core::alloc::{GlobalAlloc, Layout};14 unsafe fn alloc(&self, _layout: Layout) -> *mut u8 { in alloc() method