#include "freelist.h"
#include <stdlib.h>
Functions | |
int * | memalloc (int size) |
int * | memrealloc (void *ptr, int size, int oldsize) |
void | memfree (void *element) |
int* memalloc | ( | int | size | ) |
void memfree | ( | void * | element | ) |
int* memrealloc | ( | void * | ptr, | |
int | size, | |||
int | oldsize | |||
) |