forked from ozra/mmap-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows functionality & build corrections
Functionality * Use always page file backed MMF on windows (due to issue nodejs/node#6369). * On windows pass page file name to mmap_map. * Do not CloseHandle of mapped file until cleaning up as closing handle closes also connection to page file backed MMF. * Throw unsupported error for mincore on windows Windows build * Compile flags around mincore calls * npm prepublish script changed from 'make ls' to direct call of 'node lsc...'
- Loading branch information
Showing
3 changed files
with
62 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters