Function rustrt::stack::get_sp_limit[src]
pub unsafe fn get_sp_limit() -> uint
The counterpart of the function above, this function will fetch the current stack limit stored in TLS.
Note that all of these functions are meant to be exact counterparts of their brethren above, except that the operands are reversed.
As with the setter, this function does not have a __morestack header and can therefore be called in a "we're out of stack" situation.