#include <mt_types.h>
Collaboration diagram for MTcutHeap_t:

Definition at line 184 of file mt_types.h.
Data Fields | |
| MTcutHeapCn_t * | all_cn |
| where we store all heap connectors | |
| size_t | all_sz |
| size of MTcutHeap_t::all_cn | |
| MTcutHeapControl_t | control |
| for controlling the behavior of related functions | |
| EGeList_t | free_cn |
| list of free heap connectors | |
| dbl_EGeHeap_t | heap |
| where we store the cuts according to a given score, defined by MTcutHeap_t::control | |
| MTcut_t * | next_free |
| pointer to the next unused cut | |
|
|
where we store all heap connectors
Definition at line 189 of file mt_types.h. |
|
|
size of MTcutHeap_t::all_cn
Definition at line 191 of file mt_types.h. |
|
|
for controlling the behavior of related functions
Definition at line 192 of file mt_types.h. |
|
|
list of free heap connectors
Definition at line 188 of file mt_types.h. |
|
|
where we store the cuts according to a given score, defined by MTcutHeap_t::control
Definition at line 186 of file mt_types.h. |
|
|
pointer to the next unused cut
Definition at line 190 of file mt_types.h. |
1.4.6