RTEMS  5.1
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 
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif /* __cplusplus */
24 
40  void** address,
41  size_t size);
42 
43 #ifdef __cplusplus
44 }
45 #endif /* __cplusplus */
46 
47 #endif
rtems_rtl_alloc_cmd
Definition: rtl-allocator.h:50
enum rtems_rtl_alloc_tags rtems_rtl_alloc_tag
Definition: rtl-allocator.h:45
RTEMS Run-Time Linker Allocator.
unsigned size
Definition: tte.h:74
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