|
|
OSDebug.h |
| Includes: |
<sys/cdefs.h> <mach/mach_types.h> |
The user-space version of OSDebug.h. For the kernel-space
version, see OSDebug.h (Kernel Framework)
Returns bytes available below the current stack frame.
OSKernelStackRemaining |
Returns bytes available below the current stack frame.
vm_offset_t OSKernelStackRemaining( void );
Approximate byte count available.
Returns bytes available below the current stack frame. Safe for interrupt or thread context.
Last Updated: 2009-10-15