Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Ddescriptors.rs201 alloc: state.temporary_alloc(), in open_preopens()
239 alloc: unsafe { state.temporary_alloc() }, in get_preopen_path()
H A Dlib.rs492 pointers: unsafe { state.temporary_alloc() }, in args_get()
531 alloc: unsafe { state.temporary_alloc() }, in args_sizes_get()
570 pointers: unsafe { state.temporary_alloc() }, in environ_get()
624 alloc: unsafe { state.temporary_alloc() }, in environ_sizes_get()
2914 unsafe fn temporary_alloc(&self) -> BumpAlloc { in temporary_alloc() method
2926 let alloc = unsafe { self.temporary_alloc() }; in with_one_temporary_alloc()