mmap icon indicating copy to clipboard operation
mmap copied to clipboard

node mmap implementation

Results 5 mmap issues
Sort by recently updated
recently updated
newest added

Hello friend, I found your changeling and updated it as best I could. I feel I may need a .gitignore because the .deps folder `feels` like it should not be...

Hello! I'm highly interested in using your module in my project [jit.js](https://github.com/indutny/jit.js), however it doesn't seem to support `MAP_ANON` which I really need there since I'm not working with `fd`s....

This series of commits adds the capability to use a shared memory region instead of a file. This functionality can be used to quickly transmit large amounts of data between...

After checkout `https://github.com/indutny/jit.js.git` and run example/basic/main.js, I got the following error. ``` bash /home/users/foo/local/jit.js/node_modules/mmap/index.js:6 return real_map(size,protection,flags,fd,offset); ^ Error: EBADF, Bad file descriptor at mmap_wrapper (/home/users/foo/local/jit.js/node_modules/mmap/index.js:6:12) at toExecutable (/home/users/foo/local/jit.js/lib/jit/api.js:17:15) at Object.wrap...

Hi, My code sporadically crashes in: # # Fatal error in ../deps/v8/src/api.h, line 297 # CHECK(allow_empty_handle || that != __null) failed # ==== Stack trace ============================================ Security context: 0x16fc80a06b71 #0#...