Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/jit/src/memory/
H A Darena.rs97 alloc: ManuallyDrop<Option<region::Allocation>>,
204 let _: Option<region::Allocation> = self.alloc.take(); in free_memory()
/wasmtime-44.0.1/cranelift/jit/src/
H A Dcompiled_blob.rs51 .map_err(|e| ModuleError::Allocation { err: e })?; in new()
77 .map_err(|e| ModuleError::Allocation { err: e })?; in new_zeroed()
/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs293 Allocation { enumerator
322 Self::Allocation { err: source } => Some(source), in source()
356 Self::Allocation { err } => { in fmt()