| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | instance_allocation_strategy.rs | 1 use super::PoolingAllocationConfig; 10 Pooling(PoolingAllocationConfig),
|
| H A D | pooling_config.rs | 9 pub struct PoolingAllocationConfig { struct 41 impl PoolingAllocationConfig { argument 76 impl<'a> Arbitrary<'a> for PoolingAllocationConfig { implementation
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | metrics.rs | 124 Config, Enabled, InstanceAllocationStrategy, Module, PoolingAllocationConfig, Result, 143 pub(crate) fn small_pool_config() -> PoolingAllocationConfig { in small_pool_config() 144 let mut config = PoolingAllocationConfig::new(); in small_pool_config() 241 if PoolingAllocationConfig::is_pagemap_scan_available() { in unused_memories_tables_and_more() 269 if PoolingAllocationConfig::is_pagemap_scan_available() { in unused_memories_tables_and_more() 300 if PoolingAllocationConfig::is_pagemap_scan_available() { in unused_memories_tables_and_more()
|
| /wasmtime-44.0.1/examples/ |
| H A D | fast_instantiation.rs | 5 Config, Engine, InstanceAllocationStrategy, Linker, Module, PoolingAllocationConfig, Result, 15 let mut pool = PoolingAllocationConfig::new(); in main()
|
| H A D | mpk-available.rs | 9 if PoolingAllocationConfig::are_memory_protection_keys_available() { in main()
|
| H A D | mpk.rs | 49 if PoolingAllocationConfig::are_memory_protection_keys_available() { in main() 187 let mut pool = PoolingAllocationConfig::default(); in build_engine()
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | main.rs | 104 pub(crate) fn small_pool_config() -> wasmtime::PoolingAllocationConfig { in small_pool_config() 105 let mut config = wasmtime::PoolingAllocationConfig::new(); in small_pool_config()
|
| H A D | pooling_allocator.rs | 1256 let mut cfg = PoolingAllocationConfig::default(); in tricky_empty_table_with_empty_virtual_memory_alloc() 1300 let mut cfg = PoolingAllocationConfig::default(); in shared_memory_unsupported() 1403 if PoolingAllocationConfig::is_pagemap_scan_available() { in pagemap_scan_enabled_or_disabled() 1513 if !wasmtime::PoolingAllocationConfig::are_memory_protection_keys_available() { in purge_module_with_mpk()
|
| H A D | memory.rs | 255 if !wasmtime::PoolingAllocationConfig::are_memory_protection_keys_available() { in guards_present_pooling_mpk()
|
| /wasmtime-44.0.1/crates/fuzzing/src/ |
| H A D | generators.rs | 36 pub use pooling_config::PoolingAllocationConfig;
|
| /wasmtime-44.0.1/tests/ |
| H A D | wast.rs | 4 Config, Enabled, Engine, InstanceAllocationStrategy, PoolingAllocationConfig, bail, 227 let mut pool = PoolingAllocationConfig::default(); in run_wast()
|
| /wasmtime-44.0.1/docs/ |
| H A D | examples-fast-instantiation.md | 20 [`wasmtime::PoolingAllocationConfig`](https://docs.rs/wasmtime/latest/wasmtime/struct.PoolingAlloca…
|
| /wasmtime-44.0.1/crates/wasmtime/tests/ |
| H A D | pooling_alloc_near_oom.rs | 42 let mut pooling = PoolingAllocationConfig::new(); in exhausted_vmas()
|
| H A D | engine_across_forks.rs | 52 let mut pooling = PoolingAllocationConfig::new(); in pooling_allocator_reset()
|
| H A D | host_segfault.rs | 190 let mut cfg = PoolingAllocationConfig::default(); in main()
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 54 Pooling(PoolingAllocationConfig), 72 impl From<PoolingAllocationConfig> for InstanceAllocationStrategy { 73 fn from(cfg: PoolingAllocationConfig) -> InstanceAllocationStrategy { in from() 3479 pub struct PoolingAllocationConfig { struct 3484 impl PoolingAllocationConfig { argument 3487 pub fn new() -> PoolingAllocationConfig { in new() 3488 PoolingAllocationConfig::default() in new()
|
| /wasmtime-44.0.1/benches/ |
| H A D | thread_eager_init.rs | 91 let mut pool = PoolingAllocationConfig::default(); in test_setup()
|
| H A D | instantiation.rs | 221 let mut config = PoolingAllocationConfig::default(); in strategies()
|
| H A D | call.rs | 54 let mut pool = PoolingAllocationConfig::default(); in engines()
|
| /wasmtime-44.0.1/tests/all/component_model/ |
| H A D | strings.rs | 6 use wasmtime::{Config, Engine, PoolingAllocationConfig, Store, StoreContextMut, Trap}; 585 let mut pooling_config = PoolingAllocationConfig::new(); in pass_string_on_component_boundary()
|
| /wasmtime-44.0.1/crates/c-api/src/ |
| H A D | config.rs | 15 use wasmtime::PoolingAllocationConfig; 492 pub(crate) config: PoolingAllocationConfig, 500 config: PoolingAllocationConfig::default(), in wasmtime_pooling_allocation_config_new()
|
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 946 let mut cfg = wasmtime::PoolingAllocationConfig::default(); in config()
|