picofuse

Modules
Memory

Memory allocation primitives: arenas and the default heap wrappers built on them. More...

Collaboration diagram for Memory:

Modules

 Arenas
 Region-oriented allocation primitives used by the default memory wrappers and by callers that need deterministic allocation behavior.
 
 Default Allocator
 Drop-in sys_malloc()/sys_calloc()/sys_realloc()/sys_free() wrappers around the process's allocator, or a configured default arena.
 

Detailed Description

Memory allocation primitives: arenas and the default heap wrappers built on them.