ChibiOS/RT 7.0.5
|
Structure describing a memory heap. More...
#include <chmemheaps.h>
Data Fields | |
memgetfunc2_t | provider |
Memory blocks provider for this heap. | |
heap_header_t | header |
Free blocks list header. | |
mutex_t | mtx |
Heap access mutex. |
Structure describing a memory heap.
Definition at line 96 of file chmemheaps.h.
memgetfunc2_t memory_heap::provider |
Memory blocks provider for this heap.
Definition at line 97 of file chmemheaps.h.
Referenced by chHeapAllocAligned(), and chHeapObjectInit().
heap_header_t memory_heap::header |
Free blocks list header.
Definition at line 99 of file chmemheaps.h.
Referenced by chHeapAllocAligned(), chHeapFree(), chHeapObjectInit(), and chHeapStatus().
mutex_t memory_heap::mtx |