FreeRTOS + 0/4 examples
CodeScope will show references to ucHeap from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

ucHeap variable

Syntax

extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];

Examples

ucHeap is referenced by 4 libraries and example projects.

References

LocationReferrerText
heap_4.c:62
extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
heap_4.c:341prvHeapInit()
uxAddress = ( size_t ) ucHeap;
heap_4.c:347prvHeapInit()
xTotalHeapSize -= uxAddress - ( size_t ) ucHeap;

Data Use

Functions reading ucHeap
ucHeap
all items filtered out
Type of ucHeap
ucHeap
uint8_t
all items filtered out