![]() |
RTEMS 5.2
|
RTEMS_Malloc_Initialize() implementation. More...
#include <rtems/malloc.h>#include <rtems/score/wkspace.h>#include <rtems/sysinit.h>#include "malloc_p.h"Functions | |
| RTEMS_SYSINIT_ITEM (_Malloc_Initialize, RTEMS_SYSINIT_MALLOC, RTEMS_SYSINIT_ORDER_MIDDLE) | |
| void | RTEMS_Malloc_Initialize (const Memory_Information *mem, Heap_Initialization_or_extend_handler extend) |
Variables | |
| Heap_Control * | RTEMS_Malloc_Heap |
| C program heap control. More... | |
RTEMS_Malloc_Initialize() implementation.
| 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.