STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Functions
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)
 

Macro Definition Documentation

#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE

Definition at line 87 of file heap_3.c.

Function Documentation

void* pvPortMalloc ( size_t  xWantedSize)

Definition at line 96 of file heap_3.c.

void vPortFree ( void *  pv)

Definition at line 121 of file heap_3.c.