Home
last modified time | relevance | path

Searched refs:InstanceAllocationRequest (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs2 InstanceAllocationRequest, InstanceAllocator, MemoryAllocationIndex, TableAllocationIndex,
115 request: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_memory()
156 request: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_table()
H A Dpooling.rs48 InstanceAllocationRequest, InstanceAllocator, MemoryAllocationIndex, TableAllocationIndex,
684 request: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_memory()
774 request: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_table()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dmemory.rs6 CompiledModuleId, InstanceAllocationRequest, InstanceAllocator, Memory, MemoryAllocationIndex,
176 request: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_memory()
212 req: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_table()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs40 pub struct InstanceAllocationRequest<'a, 'b> { struct
193 request: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_memory()
218 req: &'a mut InstanceAllocationRequest<'b, 'c>, in allocate_table()
320 mut request: InstanceAllocationRequest<'_, '_>, in allocate_module()
403 request: &mut InstanceAllocationRequest<'_, '_>, in allocate_memories()
456 request: &mut InstanceAllocationRequest<'_, '_>, in allocate_tables()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dtable_pool.rs7 InstanceAllocationRequest, Mmap, PoolingInstanceAllocatorConfig, SendSyncPtr, Table,
135 request: &mut InstanceAllocationRequest<'_, '_>, in allocate()
H A Dmemory_pool.rs59 CompiledModuleId, InstanceAllocationRequest, InstanceLimits, Memory, MemoryBase,
352 request: &mut InstanceAllocationRequest<'_, '_>, in allocate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs102 GcHeapAllocationIndex, Instance, InstanceAllocationRequest, InstanceAllocator, InstanceHandle,
H A Dstore.rs95 self, ExportMemory, GcStore, Imports, InstanceAllocationRequest, InstanceAllocator,
1951 let mut request = InstanceAllocationRequest { in allocate_gc_store()
2620 .allocate_module(InstanceAllocationRequest { in allocate_instance()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs168 req: InstanceAllocationRequest, in new() argument
/wasmtime-44.0.1/docs/
H A Dcontributing-architecture.md275 result of this step is an `InstanceAllocationRequest`, which is then