RTEMS
malloc_initialize.c
Go to the documentation of this file.
1 
7 /*
8  * COPYRIGHT (c) 1989-2012.
9  * On-Line Applications Research Corporation (OAR).
10  *
11  * The license and distribution terms for this file may be
12  * found in the file LICENSE in this distribution or at
13  * http://www.rtems.org/license/LICENSE.
14  */
15 
16 #ifdef HAVE_CONFIG_H
17 #include "config.h"
18 #endif
19 
20 #include <rtems/malloc.h>
21 #include <rtems/sysinit.h>
22 
24 
25 RTEMS_SYSINIT_ITEM(
26  _Malloc_Initialize,
27  RTEMS_SYSINIT_MALLOC,
28  RTEMS_SYSINIT_ORDER_MIDDLE
29 );
Heap_Control * RTEMS_Malloc_Heap
C program heap control.
Control block used to manage a heap.
Definition: heap.h:318