![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Memory heap block header. More...
#include <chheap.h>

Memory heap block header.
Definition at line 56 of file chheap.h.
| union heap_header* heap_header::next |
| union { ... } heap_header::u |
Overlapped fields.
Referenced by chHeapAlloc(), chHeapFree(), chHeapInit(), chHeapStatus(), and heap_init().
| size_t heap_header::size |
Size of the memory block.
Definition at line 63 of file chheap.h.
Referenced by chHeapAlloc(), chHeapFree(), chHeapInit(), and heap_init().
1.7.1