cdsa
Arena allocators and friends
Loading...
Searching...
No Matches
HeapItem Struct Reference

Represents a single item in the heap. More...

#include <heap.h>

Data Fields

void * data
 Pointer to the item data.
 
HeapItemparent
 Pointer to the parent item.
 
HeapItemleft
 Pointer to the left child item.
 
HeapItemright
 Pointer to the right child item.
 
HeapItemnext
 Pointer to the next item in insertion order.
 

Detailed Description

Represents a single item in the heap.


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