Searched defs:PoolingAllocationConfig (Results 1 – 2 of 2) sorted by relevance
9 pub struct PoolingAllocationConfig { struct10 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 { argument76 impl<'a> Arbitrary<'a> for PoolingAllocationConfig { implementation
3479 pub struct PoolingAllocationConfig { struct3484 impl PoolingAllocationConfig { argument