diff options
author | Jack Lloyd <[email protected]> | 2019-01-13 13:11:11 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-01-13 13:11:11 -0500 |
commit | 9e4ee7dbeb6e83c470bfa99196e1492fdeaa4d83 (patch) | |
tree | c1dd9e7167ea59aff1e5bea6d0c4c303b6b9c820 /src/lib/utils | |
parent | f4246cd7cc1a9f4c4f5ff0cd891c85f5a0784603 (diff) |
Remove trailing whitespace
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/os_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/os_utils.cpp b/src/lib/utils/os_utils.cpp index f373ece99..f64b85c18 100644 --- a/src/lib/utils/os_utils.cpp +++ b/src/lib/utils/os_utils.cpp @@ -303,7 +303,7 @@ size_t OS::get_memory_locking_limit() // According to Microsoft MSDN: // The maximum number of pages that a process can lock is equal to the number of pages in its minimum working set minus a small overhead - // In the book "Windows Internals Part 2": the maximum lockable pages are minimum working set size - 8 pages + // In the book "Windows Internals Part 2": the maximum lockable pages are minimum working set size - 8 pages // But the information in the book seems to be inaccurate/outdated // I've tested this on Windows 8.1 x64, Windows 10 x64 and Windows 7 x86 // On all three OS the value is 11 instead of 8 |