Home
last modified time | relevance | path

Searched defs:try_alloc (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/core/src/error/
H A Dboxed.rs14 pub(crate) unsafe fn try_alloc(layout: Layout) -> Result<NonNull<u8>, OutOfMemory> { in try_alloc() function
/wasmtime-44.0.1/crates/core/src/
H A Dalloc.rs34 unsafe fn try_alloc(layout: Layout) -> Result<NonNull<u8>, OutOfMemory> { in try_alloc() function
H A Dslab.rs328 pub fn try_alloc(&mut self, value: T) -> Result<Id, T> { in try_alloc() method