mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* a few extra MEM_ constants
git-svn-id: trunk@7432 -
This commit is contained in:
parent
683de5ada2
commit
aef34ef03f
@ -486,6 +486,12 @@
|
||||
MEM_DECOMMIT = 16384;
|
||||
MEM_RELEASE = 32768;
|
||||
MEM_TOP_DOWN = 1048576;
|
||||
MEM_RESET = $80000;
|
||||
MEM_WRITE_WATCH = $200000;
|
||||
MEM_PHYSICAL = $400000;
|
||||
MEM_LARGE_PAGES = $20000000;
|
||||
MEM_4MB_PAGES = dword($80000000);
|
||||
|
||||
EXCEPTION_GUARD_PAGE = $80000001;
|
||||
SECTION_EXTEND_SIZE = $10;
|
||||
SECTION_MAP_READ = $4;
|
||||
|
Loading…
Reference in New Issue
Block a user