Searched refs:Layout (Results 1 – 1 of 1) sorted by relevance
11 use core::alloc::{GlobalAlloc, Layout};14 unsafe fn alloc(&self, _layout: Layout) -> *mut u8 { in alloc()17 unsafe fn dealloc(&self, _ptr: *mut u8, _layout: Layout) { in dealloc() argument