RTEMS
5.1
|
RTEMS Run-Time Linker Indirect Pointer Management allows memory compaction in the allocator. More...
#include <rtems/chain.h>
Go to the source code of this file.
Data Structures | |
struct | rtems_rtl_ptr |
struct | rtems_rtl_sptr |
struct | rtems_rtl_ptr_chain |
struct | rtems_rtl_sptr_chain |
Macros | |
#define | rtems_rtl_ptr_type_get(_h, _t) ((_t*) rtems_rtl_ptr_get (_h)) |
#define | rtems_rtl_sptr_type_get(_h, _t) ((_t*) rtems_rtl_sptr_get (_h)) |
Typedefs | |
typedef struct rtems_rtl_ptr | rtems_rtl_ptr |
typedef struct rtems_rtl_sptr | rtems_rtl_sptr |
typedef struct rtems_rtl_ptr_chain | rtems_rtl_ptr_chain |
typedef struct rtems_rtl_sptr_chain | rtems_rtl_sptr_chain |
RTEMS Run-Time Linker Indirect Pointer Management allows memory compaction in the allocator.
#define rtems_rtl_ptr_type_get | ( | _h, | |
_t | |||
) | ((_t*) rtems_rtl_ptr_get (_h)) |
Return the pointer as the type provided.
_h | The handle. |
_t | The type. |
#define rtems_rtl_sptr_type_get | ( | _h, | |
_t | |||
) | ((_t*) rtems_rtl_sptr_get (_h)) |
Return the pointer as the type provided.
_h | The handle. |
_t | The type. |