- 12 Dec, 2017 1 commit
-
-
Max Kellermann authored
Only _WIN32 is defined by the compiler, and WIN32 is not standardized and may be missing. Closes #169
-
- 21 Sep, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Enforcing MADV_DONTFORK is a surprising limitation for this library which aims to be generic.
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 01 Mar, 2017 1 commit
-
-
Max Kellermann authored
Just in case.
-
- 17 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Mar, 2016 1 commit
-
-
Max Kellermann authored
There were two ways this could fail: 1. division by zero when sysconf(_SC_PAGESIZE)==0 2. mmap() failure because the size parameter is not aligned to page size Neither ever happened: sysconf() never fails, and the only caller passes a size that is already aligned. Phew.
-
- 10 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2013 1 commit
-
-
Max Kellermann authored
-