Searched refs:PoolingInstanceAllocatorConfig (Results 1 – 9 of 9) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/ |
| H A D | pooling.rs | 198 pub struct PoolingInstanceAllocatorConfig { struct 238 impl Default for PoolingInstanceAllocatorConfig { implementation 239 fn default() -> PoolingInstanceAllocatorConfig { in default() 240 PoolingInstanceAllocatorConfig { in default() 257 impl PoolingInstanceAllocatorConfig { impl 914 let config = PoolingInstanceAllocatorConfig { in test_pooling_allocator_with_memory_pages_exceeded() 920 ..PoolingInstanceAllocatorConfig::default() in test_pooling_allocator_with_memory_pages_exceeded() 946 let config = PoolingInstanceAllocatorConfig { in test_stack_zeroed() 956 ..PoolingInstanceAllocatorConfig::default() in test_stack_zeroed() 986 let config = PoolingInstanceAllocatorConfig { in test_stack_unzeroed() [all …]
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/ |
| H A D | unix_stack_pool.rs | 7 HostAlignedByteCount, Mmap, PoolingInstanceAllocatorConfig, mmap::AlignedLength, 37 pub fn new(config: &PoolingInstanceAllocatorConfig) -> Result<Self> { in new() 272 let config = PoolingInstanceAllocatorConfig { in test_stack_pool() 279 ..PoolingInstanceAllocatorConfig::default() in test_stack_pool()
|
| H A D | generic_stack_pool.rs | 8 use crate::runtime::vm::PoolingInstanceAllocatorConfig; 36 pub fn new(config: &PoolingInstanceAllocatorConfig) -> Result<Self> { in new()
|
| H A D | table_pool.rs | 7 InstanceAllocationRequest, Mmap, PoolingInstanceAllocatorConfig, SendSyncPtr, Table, 31 pub fn new(config: &PoolingInstanceAllocatorConfig) -> Result<Self> { in new() 267 let pool = TablePool::new(&PoolingInstanceAllocatorConfig { in test_table_pool() 301 TablePool::new(&PoolingInstanceAllocatorConfig { in test_table_pool_continuations_capacity()
|
| H A D | gc_heap_pool.rs | 3 use crate::runtime::vm::{GcHeap, GcRuntime, PoolingInstanceAllocatorConfig, Result}; 60 pub fn new(config: &PoolingInstanceAllocatorConfig) -> Result<Self> { in new()
|
| H A D | memory_pool.rs | 60 MemoryImageSlot, Mmap, MmapOffset, PoolingInstanceAllocatorConfig, mmap::AlignedLength, 176 pub fn new(config: &PoolingInstanceAllocatorConfig, tunables: &Tunables) -> Result<Self> { in new() argument 896 &PoolingInstanceAllocatorConfig { in test_memory_pool() 941 let config = PoolingInstanceAllocatorConfig { in test_pooling_allocator_striping() 943 ..PoolingInstanceAllocatorConfig::default() in test_pooling_allocator_striping()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | vm.rs | 108 PoolingInstanceAllocatorConfig,
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 3480 config: crate::runtime::vm::PoolingInstanceAllocatorConfig, 4010 crate::runtime::vm::PoolingInstanceAllocatorConfig::is_pagemap_scan_available() in is_pagemap_scan_available()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/ |
| H A D | allocator.rs | 36 PoolingInstanceAllocatorConfig,
|