Contiki 2.6
|
Implementation of the managed memory allocator. More...
Go to the source code of this file.
Functions | |
int | mmem_alloc (struct mmem *m, unsigned int size) |
Allocate a managed memory block. | |
void | mmem_free (struct mmem *m) |
Deallocate a managed memory block. | |
void | mmem_init (void) |
Initialize the managed memory module. |
Implementation of the managed memory allocator.
Definition in file mmem.c.