Home
last modified time | relevance | path

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

/libCEED/examples/rust-qfunctions/ex1-volume-rs/.cargo/
H A Dconfig.toml6 build-std = ["panic_abort","core", "alloc"]
/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() method