Home
last modified time | relevance | path

Searched defs:PoolingAllocationConfig (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dpooling_config.rs9 pub struct PoolingAllocationConfig { struct
10 pub total_component_instances: u32,
11 pub total_core_instances: u32,
12 pub total_memories: u32,
13 pub total_tables: u32,
14 pub total_stacks: u32,
16 pub max_memory_size: usize,
17 pub table_elements: usize,
41 impl PoolingAllocationConfig { argument
76 impl<'a> Arbitrary<'a> for PoolingAllocationConfig { implementation
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs3479 pub struct PoolingAllocationConfig { struct
3484 impl PoolingAllocationConfig { argument