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 61 of file heap.h.
Field Documentation
Size of this node.
Definition at line 62 of file heap.h.
HEAPNODE* HEAPNODE::hn_next |
Link to next free node.
Definition at line 69 of file heap.h.
The documentation for this struct was generated from the following file: