Dynamic memory. More...
#include <RtosHeap.hpp>
Public Member Functions | |
| void * | resizeLeft (void *p, size_t left) |
Static Public Member Functions | |
| static void * | alloc (size_t size) |
| static void | free (void *p) |
| static void * | resize (void *p, size_t size) |
| static size_t | getTotalMemory () |
| static size_t | getFreeMemory () |
| static unsigned int | getBlockCount () |
Dynamic memory.
This class provides the dynamic memory capabilities to the RTOS. Its function calls are synchronized and protected from concurrent access.
Definition at line 23 of file RtosHeap.hpp.
1.8.3.1