|
Contiki-NG
|
Dynamic memory allocation module.More...
Go to the source code of this file.
Functions | |
| void * | heapmem_alloc (size_t size) |
| Allocate a chunk of memory in the heap. More... | |
| void | heapmem_free (void *ptr) |
| Deallocate a chunk of memory. More... | |
| void * | heapmem_realloc (void *ptr, size_t size) |
| Reallocate a chunk of memory in the heap. More... | |
| void | heapmem_stats (heapmem_stats_t *stats) |
| Obtain internal heapmem statistics regarding the allocated chunks. More... | |
Dynamic memory allocation module.
Definition in file heapmem.c.
1.8.13