Function merge_resvmem

Source
fn merge_resvmem(
    base: &mut Vec<FdtReserveEntry>,
    new_entries: Vec<FdtReserveEntry>,
)