We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487c8fc commit 435bff2Copy full SHA for 435bff2
2 files changed
src/coreclr/pal/src/include/pal/virtual.h
@@ -34,13 +34,6 @@ typedef struct _CMI {
34
35
DWORD accessProtection; /* Initial allocation access protection. */
36
DWORD allocationType; /* Initial allocation type. */
37
-
38
- BYTE * pAllocState; /* Individual allocation type tracking for each */
39
- /* page in the region. */
40
41
- BYTE * pProtectionState; /* Individual allocation type tracking for each */
42
43
44
} CMI, * PCMI;
45
46
enum VIRTUAL_CONSTANTS
0 commit comments