Skip to main content

DR_MAP_PRIVATE

Constant DR_MAP_PRIVATE 

Source
pub const DR_MAP_PRIVATE: _bindgen_ty_6 = 1;
Expand description

If set, changes to mapped memory are private to the mapping process and are not reflected in the underlying file. If not set, changes are visible to other processes that map the same file, and will be propagated to the file itself.