Skip to main content

sync_drop_record

Function sync_drop_record 

Source
pub fn sync_drop_record(
    graph: &AliasGraph<'_>,
    drop_record: &mut Vec<DropRecord>,
)
Expand description

Extends drop_record to match graph.values.len(). For each new index, if the value has a father, copies from the father’s drop_record; otherwise creates a false_record.