mem_alloc.h File Reference
Two-dimensional memory management.
More...
|
Functions |
void * | xmalloc (size_t size) |
void ** | malloc_2D (int width, int height, int size) |
void | free_2D (void **ptr, int width, int height) |
Detailed Description
This file contains two-dimensional memory management routines.