Structure to hold a whole heap structure, this structure is designed so that it can grow on the fly with a low cost. More...
#include <eg_eheap.h>

Data Fields | |
| EGeHeapCn_t ** | cn |
| unsigned int | d |
| unsigned int | max_sz |
| unsigned int | sz |
Structure to hold a whole heap structure, this structure is designed so that it can grow on the fly with a low cost.
eg_eheap.ex.c, and eg_memslab.ex.c.
Definition at line 117 of file eg_eheap.h.
| unsigned int EGeHeap_t::d |
Definition at line 120 of file eg_eheap.h.
| unsigned int EGeHeap_t::max_sz |
Definition at line 122 of file eg_eheap.h.
| unsigned int EGeHeap_t::sz |
Definition at line 121 of file eg_eheap.h.
Referenced by main().
1.7.1