|
|||||||||||
|
Technical Support On-Line Manuals C and C++ Libraries and Floating-Point Support Reference |
Legacy function __user_initial_stackheap()
If you have legacy source code you might see extern __value_in_regs struct __initial_stackheap __user_initial_stackheap(unsigned
If this function is reimplemented, it must:
The value of To create a version of There is no limit to the size of the stack. However, if the
heap region grows into the stack, The definition of __initial_stackheap in
struct __initial_stackheap {
unsigned heap_base; /* low-address end of initial heap */
unsigned stack_base; /* high-address end of initial stack */
unsigned heap_limit; /* high-address end of initial heap */
unsigned stack_limit; /* unused */
};
NoteThe value of
| ||||||||||
|
|||||||||||