Searched refs:alloc_raw (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | gc.rs | 259 pub fn alloc_raw( in alloc_raw() method 278 self.gc_heap.alloc_raw(header, layout) in alloc_raw()
|
| H A D | libcalls.rs | 733 .alloc_raw(header, layout)? in gc_alloc_raw()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/ |
| H A D | drc.rs | 879 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 D | null.rs | 285 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 D | gc_runtime.rs | 267 fn alloc_raw(&mut self, header: VMGcHeader, layout: Layout) -> Result<Result<VMGcRef, u64>>; in alloc_raw() method
|