![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Structure describing a memory heap. More...
#include <chheap.h>

Data Fields | |
| memgetfunc_t | h_provider |
| Memory blocks provider for this heap. | |
| union heap_header | h_free |
| Free blocks list header. | |
| Mutex | h_mtx |
| Heap access mutex. | |
Structure describing a memory heap.
Definition at line 70 of file chheap.h.
Memory blocks provider for this heap.
Definition at line 71 of file chheap.h.
Referenced by chHeapAlloc(), chHeapInit(), and heap_init().
Free blocks list header.
Definition at line 73 of file chheap.h.
Referenced by chHeapAlloc(), chHeapFree(), chHeapInit(), chHeapStatus(), and heap_init().
Heap access mutex.
Definition at line 75 of file chheap.h.
Referenced by chHeapInit(), and heap_init().
1.7.1