Orocos Real-Time Toolkit  2.8.3
Macros | Functions
tlsf.h File Reference
#include "../fosi.h"

Go to the source code of this file.

Macros

#define tlsf_malloc   oro_rt_malloc
 
#define tlsf_free   oro_rt_free
 
#define tlsf_realloc   oro_rt_realloc
 
#define tlsf_calloc   oro_rt_calloc
 

Functions

void * tlsf_malloc (size_t size)
 
void tlsf_free (void *ptr)
 
void * tlsf_realloc (void *ptr, size_t size)
 
void * tlsf_calloc (size_t nelem, size_t elem_size)
 

Macro Definition Documentation

#define tlsf_calloc   oro_rt_calloc

Definition at line 29 of file tlsf.h.

#define tlsf_free   oro_rt_free

Definition at line 27 of file tlsf.h.

#define tlsf_malloc   oro_rt_malloc

Definition at line 26 of file tlsf.h.

#define tlsf_realloc   oro_rt_realloc

Definition at line 28 of file tlsf.h.

Function Documentation

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 
)