Home
last modified time | relevance | path

Searched refs:_alloc (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dindex_allocator.rs221 self._alloc(for_memory, AllocMode::AnySlot) in alloc()
236 self._alloc( in alloc_affine_and_clear_affinity()
242 fn _alloc(&self, for_memory: Option<MemoryInModule>, mode: AllocMode) -> Option<SlotId> { in _alloc() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dabi.rs888 _alloc: F, in gen_memcpy()