StephanvanSchaik / mmap-rs

A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.
Apache License 2.0
59 stars 17 forks source link

Call std::mem::forget() on other for a successful merge #35

Closed StephanvanSchaik closed 1 year ago

StephanvanSchaik commented 1 year ago

Extend the split_and_merge() test to confirm that nothing got dropped or released. Also call std::mem::forget() on other for a successful merge.