HEAPNODE Struct Reference

Heap memory node information structure. More...


Data Fields

size_t hn_size
 Size of this node.
HEAPNODE * hn_next
 Link to next free node.


Detailed Description

Heap memory node information structure.

Definition at line 62 of file heap.h.


Field Documentation

size_t HEAPNODE::hn_size

Size of this node.

Definition at line 63 of file heap.h.

HEAPNODE* HEAPNODE::hn_next

Link to next free node.

Definition at line 70 of file heap.h.


The documentation for this struct was generated from the following file:

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/