|
ChibiOS/RT
2.5.1 |
#include <chheap.h>

| union heap_header* heap_header::next |
| union { ... } heap_header::u |
Overlapped fields.
Referenced by _heap_init(), chHeapAlloc(), chHeapFree(), chHeapInit(), and chHeapStatus().
| size_t heap_header::size |
Size of the memory block.
Definition at line 57 of file chheap.h.
Referenced by _heap_init(), chHeapAlloc(), chHeapFree(), and chHeapInit().