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.