OSDebug.h

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

Overview

The user-space version of OSDebug.h. For the kernel-space version, see OSDebug.h (Kernel Framework)



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.

 

 

Last Updated: 2009-10-15