OpenMP Runtime
Typedefs | Functions
tomp_dsp_heap_api.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int ti_omp_dsp_heap_idx

Functions

void __ti_omp_dsp_heap_init (ti_omp_dsp_heap_idx idx, char *ptr, int size)
void * __ti_omp_dsp_malloc (ti_omp_dsp_heap_idx idx, int size)
void * __ti_omp_dsp_realloc (ti_omp_dsp_heap_idx idx, void *ptr, int size)
void __ti_omp_dsp_free (ti_omp_dsp_heap_idx idx, void *ptr)
void * __ti_omp_dsp_calloc (ti_omp_dsp_heap_idx idx, int num, int size)
void * __ti_omp_dsp_memalign (ti_omp_dsp_heap_idx idx, int alignment, int size)
void tomp_dsp_heap_init (ti_omp_dsp_heap_idx idx, char *ptr, int size)

Detailed Description

 All Classes Files Functions Variables Typedefs Enumerations Defines