#include "../fosi.h"
Go to the source code of this file.
Defines | |
| #define | tlsf_calloc oro_rt_calloc |
| #define | tlsf_free oro_rt_free |
| #define | tlsf_malloc oro_rt_malloc |
| #define | tlsf_realloc oro_rt_realloc |
Functions | |
| void * | tlsf_calloc (size_t nelem, size_t elem_size) |
| void | tlsf_free (void *ptr) |
| void * | tlsf_malloc (size_t size) |
| void * | tlsf_realloc (void *ptr, size_t size) |
| #define tlsf_calloc oro_rt_calloc |
Definition at line 29 of file install/include/rtt/os/tlsf/tlsf.h.
| #define tlsf_free oro_rt_free |
Definition at line 27 of file install/include/rtt/os/tlsf/tlsf.h.
| #define tlsf_malloc oro_rt_malloc |
Definition at line 26 of file install/include/rtt/os/tlsf/tlsf.h.
| #define tlsf_realloc oro_rt_realloc |
Definition at line 28 of file install/include/rtt/os/tlsf/tlsf.h.