HEAPNODE Struct Reference

Collaboration diagram for HEAPNODE:

Collaboration graph
[legend]

Detailed Description

Definition at line 109 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 110 of file heap.h.

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

struct _HEAPNODE* HEAPNODE::hn_next [read]

Link to next free node.

Definition at line 111 of file heap.h.

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


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