HEAPNODE Struct Reference

Collaboration diagram for HEAPNODE:

Collaboration graph
[legend]

Detailed Description

Definition at line 100 of file heap.h.


Data Fields

size_t hn_size
 Size of this node.
struct _HEAPNODEhn_next
 Link to next free node.

Field Documentation

size_t HEAPNODE::hn_size

Size of this node.

Definition at line 101 of file heap.h.

Referenced by NutDumpHeap(), NutHeapAlloc(), and NutHeapFree().

struct _HEAPNODE* HEAPNODE::hn_next [read]

Link to next free node.

Definition at line 102 of file heap.h.

Referenced by NutDumpHeap(), NutHeapAlloc(), and NutHeapFree().


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