RTEMS
|
Malloc Support System Initialization. More...
Go to the source code of this file.
Enumerations | |
enum | { _Sysinit__Malloc_Initialize = 0x00028080 } |
Variables | |
Heap_Control * | RTEMS_Malloc_Heap |
C program heap control. More... | |
rtems_sysinit_item const | _Linker_set__Sysinit__Malloc_Initialize = { _Malloc_Initialize } |
Malloc Support System Initialization.
Definition in file malloc_initialize.c.
Heap_Control* RTEMS_Malloc_Heap |
C program heap control.
This is the pointer to the heap control structure used to manage the C program heap.
Definition at line 23 of file malloc_initialize.c.