Home
last modified time | relevance | path

Searched refs:Layout (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/rust-qfunctions/ex1-volume-rs/src/
H A Dlib.rs11 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