Function stackDeregister [src]

Unmark the piece of memory associated with a stack id as being a stack.

Prototype

pub fn stackDeregister(id: usize) void

Parameters

id: usize

Source

pub fn stackDeregister(id: usize) void { doClientRequestStmt(.StackDeregister, id, 0, 0, 0, 0); }