Home
last modified time | relevance | path

Searched refs:zero_stack (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dgeneric_stack_pool.rs80 pub unsafe fn zero_stack( in zero_stack() method
H A Dunix_stack_pool.rs150 pub unsafe fn zero_stack( in zero_stack() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs852 .zero_stack(&mut stack, |ptr, len| queue.push_raw(ptr, len)) in deallocate_fiber_stack()