RTEMS
Enumerations | Functions | Variables
mallocheap.c File Reference

This source file provides the C Program Heap control along with the system initialization handler. More...

#include <rtems/malloc.h>
#include <rtems/sysinit.h>
#include <rtems/score/wkspacedata.h>

Go to the source code of this file.

Enumerations

enum  { _Sysinit__Malloc_Initialize = 0x00028080 }
 

Functions

void _Malloc_Initialize (void)
 

Variables

Heap_ControlRTEMS_Malloc_Heap
 C program heap control. More...
 
rtems_sysinit_item const _Linker_set__Sysinit__Malloc_Initialize = { _Malloc_Initialize }
 

Detailed Description

This source file provides the C Program Heap control along with the system initialization handler.

Definition in file mallocheap.c.

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.

Definition at line 45 of file mallocheap.c.