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

Go to the source code of this file.

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 71 of file heap_3.c.

Function Documentation

void* pvPortMalloc ( size_t  xWantedSize)

Definition at line 80 of file heap_3.c.

void vPortFree ( void *  pv)

Definition at line 105 of file heap_3.c.

void vPortInitialiseBlocks ( void  )

Definition at line 119 of file heap_3.c.

size_t xPortGetFreeHeapSize ( void  )

Definition at line 126 of file heap_3.c.