Get Free Heap

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
Supported Targets: Olimexino, E407, P405

General information about Get Free Heap

A 'Get free Heap' block reads the number of bytes that are still available on the heap. The heap is a part of RAM that is used for dynamic memory allocation. For example, each CAN receive block allocates some heap memory for storing the message related data.

Block

GetFreeHeap.png

Mask

GetFreeHeapMask.png

Block outputs (outports)

The amount of free bytes available in the heap.[uint16]

Block parameters

Parameter Description
Sample time Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.

See Also

Get CPU load | Get Free Stack