Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs1548 .with_one_temporary_alloc(|| self.stream.0.read_directory_entry()); in fd_readdir()
1944 .with_one_temporary_alloc( || { in path_readlink()
2925 fn with_one_temporary_alloc<T>(&self, f: impl FnOnce() -> T) -> T { in with_one_temporary_alloc() method