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
61 stars 17 forks source link

windows: allow file mappings to be split #29

Closed StephanvanSchaik closed 1 year ago

StephanvanSchaik commented 1 year ago

Track the file mapping as part of SharedArea (renamed from ReservedArea) such that the Mmap object can be split even for file mappings.