Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs259 pub fn alloc_raw( in alloc_raw() method
278 self.gc_heap.alloc_raw(header, layout) in alloc_raw()
H A Dlibcalls.rs733 .alloc_raw(header, layout)? in gc_alloc_raw()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Ddrc.rs879 match self.alloc_raw(VMGcHeader::externref(), Layout::new::<VMDrcExternRef>())? { in alloc_externref()
921 fn alloc_raw(&mut self, header: VMGcHeader, layout: Layout) -> Result<Result<VMGcRef, u64>> { in alloc_raw() method
977 match self.alloc_raw(VMGcHeader::from_kind_and_index(kind, ty), layout.layout())? { in alloc_uninit_struct_or_exn()
995 let gc_ref = match self.alloc_raw( in alloc_uninit_array()
H A Dnull.rs285 fn alloc_raw(&mut self, header: VMGcHeader, layout: Layout) -> Result<Result<VMGcRef, u64>> { in alloc_raw() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dgc_runtime.rs267 fn alloc_raw(&mut self, header: VMGcHeader, layout: Layout) -> Result<Result<VMGcRef, u64>>; in alloc_raw() method