16 #if !defined (_RTEMS_RTL_ALLOCATOR_H_) 17 #define _RTEMS_RTL_ALLOCATOR_H_ 67 #define RTEMS_RTL_ALLOC_TAGS ((size_t) (RTEMS_RTL_ALLOC_READ_EXEC + 1)) 245 void** const_base,
size_t const_size,
246 void** eh_base,
size_t eh_size,
247 void** data_base,
size_t data_size,
248 void** bss_base,
size_t bss_size);
260 void** eh_base,
void** data_base,
void rtems_rtl_alloc_module_del(void **text_base, void **const_base, void **eh_base, void **data_base, void **bss_base)
Definition: rtl-allocator.c:322
RTEMS Run-Time Linker Indirect Pointer Management allows memory compaction in the allocator.
void rtems_rtl_alloc_indirect_new(rtems_rtl_alloc_tag tag, rtems_rtl_ptr *handle, size_t size)
Definition: rtl-allocator.c:172
Definition: rtl-allocator.h:56
Definition: rtl-indirect-ptr.h:29
rtems_rtl_allocator rtems_rtl_alloc_hook(rtems_rtl_allocator handler)
Definition: rtl-allocator.c:162
rtems_rtl_alloc_cmd
Definition: rtl-allocator.h:50
void rtems_rtl_alloc_lock(void)
Definition: rtl-allocator.c:111
void rtems_rtl_alloc_initialise(rtems_rtl_alloc_data *data)
Definition: rtl-allocator.c:42
Definition: rtl-allocator.h:38
Definition: rtl-allocator.h:55
rtems_rtl_allocator allocator
Definition: rtl-allocator.h:93
void rtems_rtl_alloc_unlock(void)
Definition: rtl-allocator.c:129
void(* rtems_rtl_allocator)(rtems_rtl_alloc_cmd cmd, rtems_rtl_alloc_tag tag, void **address, size_t size)
Definition: rtl-allocator.h:83
Definition: rtl-allocator.h:53
enum rtems_rtl_alloc_tags rtems_rtl_alloc_tag
Definition: rtl-allocator.h:45
Definition: rtl-allocator.h:37
#define RTEMS_RTL_ALLOC_TAGS
Definition: rtl-allocator.h:67
rtems_rtl_alloc_tag rtems_rtl_alloc_data_tag(void)
Definition: rtl-allocator.c:240
void rtems_rtl_alloc_wr_disable(rtems_rtl_alloc_tag tag, void *address)
Definition: rtl-allocator.c:145
rtems_rtl_alloc_tag rtems_rtl_alloc_text_tag(void)
Definition: rtl-allocator.c:222
Definition: rtl-allocator.h:39
Definition: rtl-allocator.h:54
bool rtems_rtl_alloc_module_new(void **text_base, size_t text_size, void **const_base, size_t const_size, void **eh_base, size_t eh_size, void **data_base, size_t data_size, void **bss_base, size_t bss_size)
Definition: rtl-allocator.c:252
rtems_rtl_alloc_tag rtems_rtl_alloc_const_tag(void)
Definition: rtl-allocator.c:228
void rtems_rtl_alloc_del(rtems_rtl_alloc_tag tag, void *address)
Definition: rtl-allocator.c:79
void rtems_rtl_alloc_wr_enable(rtems_rtl_alloc_tag tag, void *address)
Definition: rtl-allocator.c:94
Definition: rtl-allocator.h:34
rtems_rtl_alloc_tag rtems_rtl_alloc_bss_tag(void)
Definition: rtl-allocator.c:246
void rtems_rtl_alloc_indirect_del(rtems_rtl_alloc_tag tag, rtems_rtl_ptr *handle)
Definition: rtl-allocator.c:200
Definition: rtl-allocator.h:51
Definition: rtl-allocator.h:36
rtems_rtl_alloc_tags
Definition: rtl-allocator.h:33
Definition: rtl-allocator.h:91
Definition: rtl-allocator.h:35
unsigned size
Definition: tte.h:74
Definition: rtl-allocator.h:52
rtems_rtl_alloc_tag rtems_rtl_alloc_eh_tag(void)
Definition: rtl-allocator.c:234
void * rtems_rtl_alloc_new(rtems_rtl_alloc_tag tag, size_t size, bool zero)
Definition: rtl-allocator.c:51