Detailed Description
blocked pseudo ancestors
Definition at line 43 of file graph_history.c.
Data Fields | |
int ** | blocks |
int * | sizes |
int * | capacities |
int | nblocks |
Field Documentation
◆ blocks
int** blocked_pseudo_ancestor::blocks |
blocks of ancestors (of size nblocks)
Definition at line 45 of file graph_history.c.
Referenced by blockedAncestors_addAncestor(), blockedAncestors_appendArray(), blockedAncestors_appendCopy(), blockedAncestors_free(), blockedAncestors_freeBlock(), blockedAncestors_hash(), blockedAncestors_hashDirty(), blockedAncestors_hashIsHitBlock(), blockedAncestors_isValid(), blockedAncestors_realloc(), blockedAncestors_unhashDirty(), blockedAncestors_unhashPartial(), graph_edge_getPseudoAncestors(), graph_edge_printPseudoAncestors(), graph_knot_getPseudoAncestors(), and graph_knot_printPseudoAncestors().
◆ sizes
int* blocked_pseudo_ancestor::sizes |
current number of ancestors (of size nblocks)
Definition at line 46 of file graph_history.c.
Referenced by blockedAncestors_addAncestor(), blockedAncestors_appendArray(), blockedAncestors_appendCopy(), blockedAncestors_free(), blockedAncestors_freeBlock(), blockedAncestors_hash(), blockedAncestors_hashDirty(), blockedAncestors_hashIsHitBlock(), blockedAncestors_isValid(), blockedAncestors_realloc(), blockedAncestors_unhashDirty(), blockedAncestors_unhashPartial(), graph_edge_nPseudoAncestors(), graph_edge_printPseudoAncestors(), graph_knot_nPseudoAncestors(), and graph_knot_printPseudoAncestors().
◆ capacities
int* blocked_pseudo_ancestor::capacities |
current capacities of ancestors (of size nblocks)
Definition at line 47 of file graph_history.c.
Referenced by blockedAncestors_addAncestor(), blockedAncestors_appendArray(), blockedAncestors_free(), blockedAncestors_freeBlock(), blockedAncestors_isValid(), and blockedAncestors_realloc().
◆ nblocks
int blocked_pseudo_ancestor::nblocks |
number of ancestor blocks
Definition at line 48 of file graph_history.c.
Referenced by blockedAncestors_free(), and blockedAncestors_isValid().