Orocos Real-Time Toolkit  2.6.0
Defines
oro_malloc.h File Reference

Wraps the oro_rt_ allocator functions to standard C malloc function family or TLSF if available. More...

#include "../rtt-config.h"
#include <cstdlib>

Go to the source code of this file.

Defines

#define oro_rt_malloc   malloc
#define oro_rt_free   free
#define oro_rt_realloc   realloc
#define oro_rt_calloc   rt_calloc

Detailed Description

Wraps the oro_rt_ allocator functions to standard C malloc function family or TLSF if available.

Definition in file oro_malloc.h.