//0x20 bytes (sizeof)
struct DEBUG_MEMORY_REQUIREMENTS
{
    union _LARGE_INTEGER Start;                                             //0x0
    union _LARGE_INTEGER MaxEnd;                                            //0x8
    VOID* VirtualAddress;                                                   //0x10
    ULONG Length;                                                           //0x14
    UCHAR Cached;                                                           //0x18
    UCHAR Aligned;                                                          //0x19
};