malloc_lock.c File Reference

This file defines the GCC functions for malloc lock and unlock. These are mainly needed when using FreeRTOS, and are harmless if FreeRTOS is not running. GCC calls these functions before and after calling the malloc() functions. More...

#include "FreeRTOS.h"
#include "task.h"
Include dependency graph for malloc_lock.c:

Functions

 __attribute__ ((used))
 

Detailed Description

This file defines the GCC functions for malloc lock and unlock. These are mainly needed when using FreeRTOS, and are harmless if FreeRTOS is not running. GCC calls these functions before and after calling the malloc() functions.

Function Documentation

__attribute__ ( (used)  )