Home
last modified time | relevance | path

Searched refs:PoolingInstanceAllocator (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs299 pub struct PoolingInstanceAllocator { struct
334 impl Drop for PoolingInstanceAllocator { argument
372 impl PoolingInstanceAllocator { implementation
558 unsafe impl InstanceAllocator for PoolingInstanceAllocator { implementation
902 fn as_pooling(&self) -> Option<&PoolingInstanceAllocator> { in as_pooling() argument
923 PoolingInstanceAllocator::new( in test_pooling_allocator_with_memory_pages_exceeded()
958 let allocator = PoolingInstanceAllocator::new(&config, &Tunables::default_host())?; in test_stack_zeroed()
998 let allocator = PoolingInstanceAllocator::new(&config, &Tunables::default_host())?; in test_stack_unzeroed()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Ddecommit_queue.rs11 use super::PoolingInstanceAllocator;
173 pub fn flush(mut self, pool: &PoolingInstanceAllocator) -> bool { in flush()
H A Dmetrics.rs3 use crate::{Engine, vm::PoolingInstanceAllocator};
112 fn allocator(&self) -> &PoolingInstanceAllocator { in allocator() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs35 InstanceLimits, PoolConcurrencyLimitError, PoolingAllocatorMetrics, PoolingInstanceAllocator,
299 fn as_pooling(&self) -> Option<&PoolingInstanceAllocator> { in as_pooling() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs107 InstanceLimits, PoolConcurrencyLimitError, PoolingAllocatorMetrics, PoolingInstanceAllocator,
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs2554 crate::runtime::vm::PoolingInstanceAllocator::new(&config, tunables)?, in build_allocator()