_HEAPNODE Struct Reference

Heap memory node information structure. More...

Collaboration diagram for _HEAPNODE:

Collaboration graph
[legend]

Data Fields

size_t hn_size
 Size of this node.
HEAPNODEhn_next
 Link to next free node.

Detailed Description

Heap memory node information structure.

Definition at line 61 of file heap.h.


Field Documentation

size_t _HEAPNODE::hn_size

Size of this node.

Definition at line 62 of file heap.h.

Referenced by NutDumpHeap(), NutHeapDump(), NutHeapRootAdd(), NutHeapRootAlloc(), NutHeapRootAvailable(), NutHeapRootFree(), NutHeapRootRealloc(), and NutHeapRootRegionAvailable().

HEAPNODE* _HEAPNODE::hn_next

Link to next free node.

Definition at line 69 of file heap.h.

Referenced by NutDumpHeap(), NutHeapDump(), NutHeapRootAlloc(), NutHeapRootAvailable(), NutHeapRootFree(), NutHeapRootRealloc(), and NutHeapRootRegionAvailable().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/