Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs503 instance_count: usize, field
760 instance_count: 0, in try_new()
1646 bump(&mut self.instance_count, self.instance_limit, 1, "instance")?; in bump_resource_counts()