#include <bdd.h>
Data Fields | |
int | nodes |
Total number of allocated nodes in the nodetable. | |
int | freenodes |
Number of free nodes in the nodetable. | |
long | time |
Time used for garbage collection this time. | |
long | sumtime |
Total time used for garbage collection. | |
int | num |
Number of garbage collections done until now. |
Definition at line 124 of file bdd.h.