EGeHeap_t Struct Reference
[EGeHeap]

#include <eg_eheap.h>

Collaboration diagram for EGeHeap_t:

Collaboration graph
[legend]

Detailed Description

Structure to hold a whole heap structure, this structure is designed so that it can grow on the fly with a low cost.
Examples:

eg_eheap.ex.c, and eg_memslab.ex.c.

Definition at line 105 of file eg_eheap.h.

Data Fields

EGeHeapCn_t ** cn
unsigned int d
unsigned int max_sz
unsigned int sz


Field Documentation

EGeHeapCn_t** EGeHeap_t::cn
 

Definition at line 107 of file eg_eheap.h.

unsigned int EGeHeap_t::d
 

Definition at line 108 of file eg_eheap.h.

unsigned int EGeHeap_t::max_sz
 

Definition at line 110 of file eg_eheap.h.

unsigned int EGeHeap_t::sz
 

Definition at line 109 of file eg_eheap.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 08:55:03 2006 for EGlib by  doxygen 1.4.5