Searched refs:with_one_temporary_alloc (Results 1 – 1 of 1) sorted by relevance
1548 .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