_HEAPNODE Struct Reference

Collaboration diagram for _HEAPNODE:

Collaboration graph
[legend]

Detailed Description

Heap memory node information structure.

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 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/