#include <string.h>
#include "memb.h"
Go to the source code of this file.
Functions | |
void | memb_init (struct memb_blocks *m) |
void * | memb_alloc (struct memb_blocks *m) |
char | memb_free (struct memb_blocks *m, void *ptr) |
Memory block allocation routines.
Definition in file memb.c.