RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
libdl
rtl-alloc-heap.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT (c) 2012, 2018 Chris Johns <chrisj@rtems.org>
3
*
4
* The license and distribution terms for this file may be
5
* found in the file LICENSE in this distribution or at
6
* http://www.rtems.org/license/LICENSE.
7
*/
16
#if !defined (_RTEMS_RTL_ALLOC_HEAP_H_)
17
#define _RTEMS_RTL_ALLOC_HEAP_H_
18
19
#include <
rtems/rtl/rtl-allocator.h
>
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
/* __cplusplus */
24
38
void
rtems_rtl_alloc_heap
(
rtems_rtl_alloc_cmd
cmd,
39
rtems_rtl_alloc_tag
tag,
40
void
** address,
41
size_t
size
);
42
43
#ifdef __cplusplus
44
}
45
#endif
/* __cplusplus */
46
47
#endif
rtems_rtl_alloc_cmd
rtems_rtl_alloc_cmd
Definition:
rtl-allocator.h:50
rtems_rtl_alloc_tag
enum rtems_rtl_alloc_tags rtems_rtl_alloc_tag
Definition:
rtl-allocator.h:45
rtl-allocator.h
RTEMS Run-Time Linker Allocator.
size
unsigned size
Definition:
tte.h:74
rtems_rtl_alloc_heap
void rtems_rtl_alloc_heap(rtems_rtl_alloc_cmd cmd, rtems_rtl_alloc_tag tag, void **address, size_t size)
Definition:
rtl-alloc-heap.c:23
Generated by
1.8.15