Functions

memb.c File Reference

#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)

Detailed Description

Memory block allocation routines.

Author:
Adam Dunkels <adam@sics.se>

Definition in file memb.c.