mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
It was convenient to use pages of size 4K (Windows page size) for bookkeeping when we were using filler pages. But all references to filler pages were removed in commit ceda26c9d35b ("Cygwin: mmap: remove __PROT_FILLER and the associated methods"), so this is no longer necessary. Switch to using pages of size 64K (Windows allocation granularity) for everything. Signed-off-by: Ken Brown <kbrown@cornell.edu>