#include <stdlib.h>
#include "mem.h"
#include "mem_internal.h"
Include dependency graph for mem_alloc.c:

Go to the source code of this file.
Functions | |
| void * | mem_alloc (int n) |
| allocate memory | |
Variables | |
| _mem_pool_t * | _mem_pool = 0 |
| _mem_pool_t* _mem_pool = 0 |
Definition at line 22 of file mem_alloc.c.
Referenced by mem_alloc(), mem_free(), mem_freeall(), and mem_realloc().
1.5.2