Heap memory node information structure. More...
#include <sys/heap.h>
Data Fields | |
size_t | hn_size |
Size of this node. | |
HEAPNODE * | hn_next |
Link to next free node. |
Heap memory node information structure.
size_t _HEAPNODE::hn_size |
Size of this node.
Referenced by NutDumpHeap(), NutHeapDump(), NutHeapRootAdd(), NutHeapRootAlloc(), NutHeapRootAvailable(), NutHeapRootFree(), NutHeapRootRealloc(), and NutHeapRootRegionAvailable().
Link to next free node.
Referenced by NutDumpHeap(), NutHeapDump(), NutHeapRootAlloc(), NutHeapRootAvailable(), NutHeapRootFree(), NutHeapRootRealloc(), and NutHeapRootRegionAvailable().