TinyGL 0.4.1 for MinGW
Functions
memory.c File Reference
#include "zgl.h"

Go to the source code of this file.

Functions

void gl_free (void *p)
 
void * gl_malloc (int size)
 
void * gl_zalloc (int size)
 

Function Documentation

◆ gl_free()

void gl_free ( void *  p)

Definition at line 8 of file memory.c.

◆ gl_malloc()

void * gl_malloc ( int  size)

Definition at line 13 of file memory.c.

◆ gl_zalloc()

void * gl_zalloc ( int  size)

Definition at line 18 of file memory.c.