Make some new Windows 10 memory APIs available

This commit is contained in:
Justine Tunney 2024-07-19 22:26:49 -07:00
parent f6ba270ff3
commit 101fb3d9b3
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 30 additions and 4 deletions

View file

@ -16,6 +16,7 @@
#define kNtMemLargePages 0x20000000
#define kNtMem4mbPages 0x80000000
#define kNtMemReservePlaceholder 0x00040000
#define kNtMemReplacePlaceholder 0x00004000
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_MEMFLAGS_H_ */