RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
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
+
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
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
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
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libdl
rtl-alloc-heap.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT (c) 2012 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
(
bool
allocate,
39
rtems_rtl_alloc_tag_t
tag,
40
void
** address,
41
size_t
size);
42
43
#ifdef __cplusplus
44
}
45
#endif
/* __cplusplus */
46
47
#endif
rtems_rtl_alloc_heap
void rtems_rtl_alloc_heap(bool allocate, rtems_rtl_alloc_tag_t tag, void **address, size_t size)
Allocator handler for the standard libc heap.
Definition:
rtl-alloc-heap.c:21
rtems_rtl_alloc_tag_t
enum rtems_rtl_alloc_tags_e rtems_rtl_alloc_tag_t
The allocator tag type.
Definition:
rtl-allocator.h:45
Generated by
1.8.13