uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heap_1.c File Reference
#include <stdlib.h>
#include "FreeRTOS.h"
#include "task.h"

Go to the source code of this file.

Classes

union  xRTOS_HEAP
 

Macros

#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE
 

Functions

void * pvPortMalloc (size_t xWantedSize)
 
void vPortFree (void *pv)
 
void vPortInitialiseBlocks (void)
 
size_t xPortGetFreeHeapSize (void)
 

Macro Definition Documentation

#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE

Definition at line 67 of file heap_1.c.

Function Documentation

void* pvPortMalloc ( size_t  xWantedSize)

Definition at line 89 of file heap_1.c.

void vPortFree ( void *  pv)

Definition at line 130 of file heap_1.c.

void vPortInitialiseBlocks ( void  )

Definition at line 139 of file heap_1.c.

size_t xPortGetFreeHeapSize ( void  )

Definition at line 146 of file heap_1.c.