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.