|
ChibiOS/RT
2.6.0 |
#include <chheap.h>

Data Fields | |
| memgetfunc_t | h_provider |
| Memory blocks provider for this heap. | |
| union heap_header | h_free |
| Free blocks list header. | |
| Semaphore | h_sem |
| Heap access semaphore. | |
Memory blocks provider for this heap.
Definition at line 72 of file chheap.h.
Referenced by _heap_init(), chHeapAlloc(), and chHeapInit().
Free blocks list header.
Definition at line 74 of file chheap.h.
Referenced by _heap_init(), chHeapAlloc(), chHeapFree(), chHeapInit(), and chHeapStatus().
Heap access semaphore.
Definition at line 78 of file chheap.h.
Referenced by _heap_init(), and chHeapInit().