ChibiOS/RT  6.0.3
heap_header Union Reference

Memory heap block header. More...

#include <chmemheaps.h>

Collaboration diagram for heap_header:
Collaboration graph

Detailed Description

Memory heap block header.

Definition at line 82 of file chmemheaps.h.

Field Documentation

heap_header_t* heap_header::next

Next block in free list.

Definition at line 84 of file chmemheaps.h.

size_t heap_header::pages

Size of the area in pages.

Definition at line 85 of file chmemheaps.h.

memory_heap_t* heap_header::heap

Block owner heap.

Definition at line 88 of file chmemheaps.h.

size_t heap_header::size

Size of the area in bytes.

Definition at line 89 of file chmemheaps.h.