Mac OS X Reference Library Apple Developer
Search

OSDebug.h

Includes:
<sys/cdefs.h>
<mach/mach_types.h>

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

OSKernelStackRemaining

Returns bytes available below the current stack frame.


OSKernelStackRemaining


Returns bytes available below the current stack frame.


vm_offset_t OSKernelStackRemaining(
    void );  
Return Value

Approximate byte count available.

Discussion

Returns bytes available below the current stack frame. Safe for interrupt or thread context.

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-07-29