Contiki-NG
Modules
Memory functions

Modules

 heapmem: Dynamic heap memory allocator
 The heapmem module is a dynamic heap memory allocator similar to malloc() in standard C.
 
 memb: Memory block management functions
 The memory block allocation routines provide a simple yet powerful set of functions for managing a set of memory blocks of fixed size.
 

Detailed Description