//0x19c bytes (sizeof)
struct _DUAL
{
    ULONG Length;                                                           //0x0
    struct _HMAP_DIRECTORY* Map;                                            //0x4
    struct _HMAP_TABLE* SmallDir;                                           //0x8
    ULONG Guard;                                                            //0xc
    struct _FREE_DISPLAY FreeDisplay[24];                                   //0x10
    struct _LIST_ENTRY FreeBins;                                            //0x190
    ULONG FreeSummary;                                                      //0x198
};