We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd43fe commit 1da73b5Copy full SHA for 1da73b5
sdlib/d/gc/memmap.d
@@ -150,7 +150,7 @@ bool pages_dehugify(void* addr, size_t size) {
150
private:
151
152
enum PagesFDTag = -1;
153
-enum MMapFlags = Map.Private | Map.Anonymous;
+enum MMapFlags = Map.Private | Map.Anonymous | Map.NoReserve;
154
155
void* os_pages_map(void* addr, size_t size, size_t alignment) {
156
assert(alignment >= PageSize && isPow2(alignment), "Invalid alignment!");
0 commit comments