Go to the source code of this file.
Functions | |
void * | rtasm_exec_malloc (size_t size) |
void | rtasm_exec_free (void *addr) |
void rtasm_exec_free | ( | void * | addr | ) |
void* rtasm_exec_malloc | ( | size_t | size | ) |
Definition at line 122 of file rtasm_execmem.c.
References MALLOC.
00124 { 00125 return MALLOC( size );