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

COPY_ON_WRITE disappeared #42

Closed vigna closed 8 months ago

vigna commented 8 months ago

It is my understanding that COPY_ON_WRITE has been removed, but flagwise it is now default unless SHARED is specified... right?

StephanvanSchaik commented 8 months ago

Yes, that is correct. There is some more discussion about this in #39.