ChibiOS/RT  5.1.0
heap_header Union Reference

Memory heap block header. More...

#include <chheap.h>

Collaboration diagram for heap_header:
Collaboration graph

Detailed Description

Memory heap block header.

Definition at line 86 of file chheap.h.

Field Documentation

heap_header_t* heap_header::next

Next block in free list.

Definition at line 88 of file chheap.h.

size_t heap_header::pages

Size of the area in pages.

Definition at line 89 of file chheap.h.

memory_heap_t* heap_header::heap

Block owner heap.

Definition at line 92 of file chheap.h.

size_t heap_header::size

Size of the area in bytes.

Definition at line 93 of file chheap.h.