//0x6b8 bytes (sizeof)
struct _MMWSL
{
ULONG FirstFree; //0x0
ULONG FirstDynamic; //0x4
ULONG LastEntry; //0x8
ULONG NextSlot; //0xc
struct _MMWSLE* Wsle; //0x10
VOID* LowestPagableAddress; //0x14
ULONG LastInitializedWsle; //0x18
ULONG NextEstimationSlot; //0x1c
ULONG NextAgingSlot; //0x20
ULONG EstimatedAvailable; //0x24
ULONG GrowthSinceLastEstimate; //0x28
ULONG NumberOfCommittedPageTables; //0x2c
ULONG VadBitMapHint; //0x30
ULONG NonDirectCount; //0x34
ULONG LastVadBit; //0x38
ULONG MaximumLastVadBit; //0x3c
ULONG LastAllocationSizeHint; //0x40
ULONG LastAllocationSize; //0x44
struct _MMWSLE_NONDIRECT_HASH* NonDirectHash; //0x48
struct _MMWSLE_HASH* HashTableStart; //0x4c
struct _MMWSLE_HASH* HighestPermittedHashAddress; //0x50
VOID* HighestUserAddress; //0x54
USHORT UsedPageTableEntries[768]; //0x58
ULONG CommittedPageTables[24]; //0x658
};