Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pal/src/include/pal/virtual.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ extern "C"
typedef struct _CMI {

struct _CMI * pNext; /* Link to the next entry. */
struct _CMI * pLast; /* Link to the previous entry. */
struct _CMI * pPrevious; /* Link to the previous entry. */

UINT_PTR startBoundary; /* Starting location of the region. */
SIZE_T memSize; /* Size of the entire region.. */
UINT_PTR startBoundary; /* Starting location of the region. */
SIZE_T memSize; /* Size of the entire region.. */

DWORD accessProtection; /* Initial allocation access protection. */
DWORD allocationType; /* Initial allocation type. */
Expand Down
Loading