Skip to content

Commit 435bff2

Browse files
authored
Remove page map from PAL virtual memory allocator (#80105)
1 parent 487c8fc commit 435bff2

2 files changed

Lines changed: 12 additions & 538 deletions

File tree

src/coreclr/pal/src/include/pal/virtual.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ typedef struct _CMI {
3434

3535
DWORD accessProtection; /* Initial allocation access protection. */
3636
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-
/* page in the region. */
43-
4437
} CMI, * PCMI;
4538

4639
enum VIRTUAL_CONSTANTS

0 commit comments

Comments
 (0)