RTEMS  5.1
Functions | Variables
malloc_initialize.c File Reference

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_ControlRTEMS_Malloc_Heap
 C program heap control. More...
 

Detailed Description

RTEMS_Malloc_Initialize() implementation.

Variable Documentation

◆ RTEMS_Malloc_Heap

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.