Loading...
Searching...
No Matches
Memory management

Provides memory management implementations and utilities More...

Detailed Description

Provides memory management implementations and utilities

Topics

 Heap Memory Usage Monitor
 This module allows to monitor the dynamic memory usage of a certain piece of code.
 
 Oneway malloc
 A malloc implementation without free for boards where the toolchain does not implement dynamic memory allocation.
 
 TLSF-based malloc.
 TLSF-based global memory allocator.
 
 Thread-safe wrappers for malloc and friends
 This module provides wrappers for malloc, calloc, realloc and free that provide mutually exclusive access to those functions.
 
 memory array allocator
 memory array allocator