Skip to main content

allocate_stack

Function allocate_stack 

Source
pub fn allocate_stack(__arg0: StackRequest) -> RuntimeHandleResult
Expand description

Allocates a guarded stack satisfying request.

On success, handle must be non-zero and uniquely identify a live stack accepted by [Self::deallocate_stack] until ownership is transferred.