memcall
memcall copied to clipboard
Cross-platform wrapper for memory-related system calls.
Results
2
memcall issues
Sort by
recently updated
recently updated
newest added
There is no `MADV_DONTDUMP` or `MADV_NOCORE`. There is no `MAP_ANONYMOUS` but `MAP_ANON`.
Normalize the behavior of unlocking a region that is not locked which causes an error on Windows and succeeds on POSIX operating systems. This avoids panics that happen on Windows...