ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Data Fields

memory_heap Struct Reference
[Heaps]

Structure describing a memory heap. More...

#include <chheap.h>

Collaboration diagram for memory_heap:
Collaboration graph
[legend]

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.

Detailed Description

Structure describing a memory heap.

Definition at line 70 of file chheap.h.


Field Documentation

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


Generated on Sun Nov 28 2010 14:09:59 for ChibiOS/RT by doxygen 1.7.1