RTEMS
Main Page
Related Pages
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
b
c
g
m
p
r
s
t
u
v
+
Variables
_
b
c
r
+
Typedefs
b
c
f
h
i
o
p
r
s
t
u
w
+
Enumerations
c
h
i
m
o
p
r
s
t
w
+
Enumerator
c
h
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
libcsupport
src
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
23
Heap_Control
*
RTEMS_Malloc_Heap
;
24
25
RTEMS_SYSINIT_ITEM(
26
_Malloc_Initialize,
27
RTEMS_SYSINIT_MALLOC,
28
RTEMS_SYSINIT_ORDER_MIDDLE
29
);
RTEMS_Malloc_Heap
Heap_Control * RTEMS_Malloc_Heap
C program heap control.
Definition:
malloc_initialize.c:23
malloc.h
Heap_Control
Control block used to manage a heap.
Definition:
heap.h:318
Generated by
1.8.14