embkernel
 All Classes Functions Variables Typedefs Groups Pages
Public Member Functions | Static Public Member Functions | List of all members

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 ()
 

Detailed Description

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.


The documentation for this class was generated from the following files: