You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR addresses #1420.
This PR is based on top of #1418,
and includes all the changes for Windows (for testing purpose). It is
likely that Windows support will be removed from this PR, and will be
merged separately.
This PR does not try to refactor our malloc interface -- I am not sure
if malloc should be included in the OS interface or not.
This PR consolidates the current multiple mmap functions (such as
dzmmap, mmap_fixed, mmap_noreplace, mmap_noreserve, etc), and use
`MmapStrategy` to specify the expected mmap behavior.
---------
Co-authored-by: sepcnt <30561671+sepcnt@users.noreply.github.com>
0 commit comments