Nut/OS  4.10.3
API Reference
_HEAPNODE Struct Reference

Heap memory node information structure. More...

#include <sys/heap.h>

Collaboration diagram for _HEAPNODE:

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 62 of file heap.h.


Field Documentation


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