rtasm_execmem.h File Reference

Include dependency graph for rtasm_execmem.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * rtasm_exec_malloc (size_t size)
void rtasm_exec_free (void *addr)


Function Documentation

void rtasm_exec_free ( void *  addr  ) 

Definition at line 129 of file rtasm_execmem.c.

References FREE.

00131 {
00132    FREE(addr);

void* rtasm_exec_malloc ( size_t  size  ) 

Definition at line 122 of file rtasm_execmem.c.

References MALLOC.

00124 {
00125    return MALLOC( size );


Generated on Tue Sep 29 06:25:24 2009 for Gallium3D by  doxygen 1.5.4