| Contiki-Inga 3.x
    | 
Memory block allocation routines. More...
Go to the source code of this file.
| Functions | |
| void | memb_init (struct memb *m) | 
| Initialize a memory block that was declared with MEMB().  More... | |
| void * | memb_alloc (struct memb *m) | 
| Allocate a memory block from a block of memory declared with MEMB().  More... | |
| char | memb_free (struct memb *m, void *ptr) | 
| Deallocate a memory block from a memory block previously declared with MEMB().  More... | |
Memory block allocation routines.
Definition in file memb.c.
 1.8.3.1
 1.8.3.1