Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs198 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 Dunix_stack_pool.rs7 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 Dgeneric_stack_pool.rs8 use crate::runtime::vm::PoolingInstanceAllocatorConfig;
36 pub fn new(config: &PoolingInstanceAllocatorConfig) -> Result<Self> { in new()
H A Dtable_pool.rs7 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 Dgc_heap_pool.rs3 use crate::runtime::vm::{GcHeap, GcRuntime, PoolingInstanceAllocatorConfig, Result};
60 pub fn new(config: &PoolingInstanceAllocatorConfig) -> Result<Self> { in new()
H A Dmemory_pool.rs60 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 Dvm.rs108 PoolingInstanceAllocatorConfig,
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs3480 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 Dallocator.rs36 PoolingInstanceAllocatorConfig,