Searched refs:InstanceAllocationRequest (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/ |
| H A D | on_demand.rs | 2 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 D | pooling.rs | 48 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 D | memory.rs | 6 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 D | allocator.rs | 40 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 D | table_pool.rs | 7 InstanceAllocationRequest, Mmap, PoolingInstanceAllocatorConfig, SendSyncPtr, Table, 135 request: &mut InstanceAllocationRequest<'_, '_>, in allocate()
|
| H A D | memory_pool.rs | 59 CompiledModuleId, InstanceAllocationRequest, InstanceLimits, Memory, MemoryBase, 352 request: &mut InstanceAllocationRequest<'_, '_>, in allocate()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | vm.rs | 102 GcHeapAllocationIndex, Instance, InstanceAllocationRequest, InstanceAllocator, InstanceHandle,
|
| H A D | store.rs | 95 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 D | instance.rs | 168 req: InstanceAllocationRequest, in new() argument
|
| /wasmtime-44.0.1/docs/ |
| H A D | contributing-architecture.md | 275 result of this step is an `InstanceAllocationRequest`, which is then
|