tlsf.h File Reference

#include "../fosi.h"
Include dependency graph for rtt/os/tlsf/tlsf.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define tlsf_calloc   oro_rt_calloc

Definition at line 29 of file rtt/os/tlsf/tlsf.h.

#define tlsf_free   oro_rt_free

Definition at line 27 of file rtt/os/tlsf/tlsf.h.

#define tlsf_malloc   oro_rt_malloc

Definition at line 26 of file rtt/os/tlsf/tlsf.h.

#define tlsf_realloc   oro_rt_realloc

Definition at line 28 of file rtt/os/tlsf/tlsf.h.


Function Documentation

void* tlsf_calloc ( size_t  nelem,
size_t  elem_size 
)

Definition at line 675 of file tlsf.c.

void tlsf_free ( void *  ptr  ) 

Definition at line 641 of file tlsf.c.

void* tlsf_malloc ( size_t  size  ) 

Definition at line 612 of file tlsf.c.

void* tlsf_realloc ( void *  ptr,
size_t  size 
)

Definition at line 654 of file tlsf.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rtt
Author(s): RTT Developers
autogenerated on Fri Jan 11 09:48:58 2013