Zigbee Protocol Controller 1.6.0
#include "string.h"
#include "contiki.h"
#include "lib/memb.h"

Functions

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

Detailed Description

Memory block allocation routines.

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