// Copyright 2017 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.packagewindowsconst(MEM_COMMIT=0x00001000MEM_RESERVE=0x00002000MEM_DECOMMIT=0x00004000MEM_RELEASE=0x00008000MEM_RESET=0x00080000MEM_TOP_DOWN=0x00100000MEM_WRITE_WATCH=0x00200000MEM_PHYSICAL=0x00400000MEM_RESET_UNDO=0x01000000MEM_LARGE_PAGES=0x20000000PAGE_NOACCESS=0x01PAGE_READONLY=0x02PAGE_READWRITE=0x04PAGE_WRITECOPY=0x08PAGE_EXECUTE_READ=0x20PAGE_EXECUTE_READWRITE=0x40PAGE_EXECUTE_WRITECOPY=0x80)