ChibiOS/RT
2.6.0
memory_heap Struct Reference

Detailed Description

Structure describing a memory heap.

Definition at line 71 of file chheap.h.

#include <chheap.h>

Collaboration diagram for memory_heap:

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.

Field Documentation

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().