Lines Matching refs:MemoryAllocationIndex
64 pub struct MemoryAllocationIndex(u32);
66 impl Default for MemoryAllocationIndex {
68 // A default `MemoryAllocationIndex` that can be used with
70 MemoryAllocationIndex(u32::MAX)
74 impl MemoryAllocationIndex {
75 /// Get the underlying index of this `MemoryAllocationIndex`.
196 ) -> Pin<Box<dyn Future<Output = Result<(MemoryAllocationIndex, Memory)>> + Send + 'a>>;
208 allocation_index: MemoryAllocationIndex,
257 memory_alloc_index: MemoryAllocationIndex,
270 ) -> (MemoryAllocationIndex, Memory);
359 memories: TryPrimaryMap<DefinedMemoryIndex, (MemoryAllocationIndex, Memory)>,
404 memories: &mut TryPrimaryMap<DefinedMemoryIndex, (MemoryAllocationIndex, Memory)>,
435 memories: &mut TryPrimaryMap<DefinedMemoryIndex, (MemoryAllocationIndex, Memory)>,