server-skynet-source-3rd-je.../include
Jason Evans c2f970c32b Modify pages_map() to support mapping uncommitted virtual memory.
If the OS overcommits:
- Commit all mappings in pages_map() regardless of whether the caller
  requested committed memory.
- Linux-specific: Specify MAP_NORESERVE to avoid
  unfortunate interactions with heuristic overcommit mode during
  fork(2).

This resolves #193.
2016-05-05 18:56:17 -07:00
..
jemalloc Modify pages_map() to support mapping uncommitted virtual memory. 2016-05-05 18:56:17 -07:00
msvc_compat Remove errno overrides. 2016-02-29 10:45:49 -08:00