|
ChibiOS/RT
5.1.0
|
Structure describing a memory heap. More...
#include <chheap.h>

Data Fields | |
| memgetfunc2_t | provider |
| Memory blocks provider for this heap. More... | |
| heap_header_t | header |
| Free blocks list header. More... | |
| mutex_t | mtx |
| Heap access mutex. More... | |
| memgetfunc2_t memory_heap::provider |
Memory blocks provider for this heap.
Definition at line 101 of file chheap.h.
Referenced by _heap_init(), chHeapAllocAligned(), and chHeapObjectInit().
| heap_header_t memory_heap::header |
Free blocks list header.
Definition at line 103 of file chheap.h.
Referenced by _heap_init(), chHeapAllocAligned(), chHeapFree(), chHeapObjectInit(), and chHeapStatus().
| mutex_t memory_heap::mtx |
Heap access mutex.
Definition at line 105 of file chheap.h.
Referenced by _heap_init(), and chHeapObjectInit().