Home
last modified time | relevance | path

Searched defs:MemoryPool (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dmemory_pool.rs107 pub struct MemoryPool { struct
108 mapping: Arc<Mmap<AlignedLength>>,
112 stripes: Vec<Stripe>,
116 image_slots: Vec<Mutex<ImageSlot>>,
120 layout: SlabLayout,
126 memories_per_instance: usize,
136 pub(super) keep_resident: HostAlignedByteCount,
140 next_available_pkey: AtomicUsize,
174 impl MemoryPool { impl