RTEMS
|
This source file provides the C Program Heap control along with the system initialization handler. More...
Go to the source code of this file.
Enumerations | |
enum | { _Sysinit__Malloc_Initialize = 0x00028080 } |
Functions | |
void | _Malloc_Initialize (void) |
Variables | |
Heap_Control * | RTEMS_Malloc_Heap |
C program heap control. More... | |
rtems_sysinit_item const | _Linker_set__Sysinit__Malloc_Initialize = { _Malloc_Initialize } |
This source file provides the C Program Heap control along with the system initialization handler.
Definition in file mallocheap.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 45 of file mallocheap.c.