EVE 1.0
#include <string.h>
#include "contiki.h"
#include "lib/memb.h"
Include dependency graph for memb.c:

Go to the source code of this file.

Functions

void memb_init (struct memb *m)
 
void * memb_alloc (struct memb *m)
 
char memb_free (struct memb *m, void *ptr)
 

Detailed Description

Memory block allocation routines.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file memb.c.