ChibiOS/RT
2.5.1
heap_header Union Reference

Detailed Description

Memory heap block header.

Definition at line 50 of file chheap.h.

#include <chheap.h>

Collaboration diagram for heap_header:

Field Documentation

Next block in free list.

Definition at line 54 of file chheap.h.

Block owner heap.

Definition at line 55 of file chheap.h.

union { ... } heap_header::u

Overlapped fields.

Referenced by _heap_init(), chHeapAlloc(), chHeapFree(), chHeapInit(), and chHeapStatus().

Size of the memory block.

Definition at line 57 of file chheap.h.

Referenced by _heap_init(), chHeapAlloc(), chHeapFree(), and chHeapInit().