Go to the source code of this file.
Functions | |
| int * | memalloc (int size) |
| int * | memrealloc (void *ptr, int size, int oldsize) |
| void | memfree (void *element) |
| int* memalloc | ( | int | size | ) |
Definition at line 22 of file freelist.cpp.
| void memfree | ( | void * | element | ) |
Definition at line 30 of file freelist.cpp.
| int* memrealloc | ( | void * | ptr, |
| int | size, | ||
| int | oldsize | ||
| ) |
Definition at line 26 of file freelist.cpp.