Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/local_includes/mmap_alloc.h')
-rw-r--r--winsup/cygwin/local_includes/mmap_alloc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/winsup/cygwin/local_includes/mmap_alloc.h b/winsup/cygwin/local_includes/mmap_alloc.h
index 8d6aebcaf..86a42aee1 100644
--- a/winsup/cygwin/local_includes/mmap_alloc.h
+++ b/winsup/cygwin/local_includes/mmap_alloc.h
@@ -1,8 +1,4 @@
-/* The memory region used for memory maps */
-#define MMAP_STORAGE_LOW 0x001000000000L /* Leave 32 Gigs for heap. */
-/* Up to Win 8 only supporting 44 bit address space, starting with Win 8.1
- 48 bit address space. */
-#define MMAP_STORAGE_HIGH wincap.mmap_storage_high ()
+#include "memory_layout.h"
class mmap_allocator
{