//0x8 bytes (sizeof)
union _HEAP_LFH_SUBSEGMENT_STATE
{
struct
{
USHORT DelayFreeList; //0x0
USHORT DelayFreeCount; //0x2
};
struct
{
USHORT Owner; //0x4
UCHAR Location; //0x6
};
struct
{
LONG DelayFreeFields; //0x0
LONG OwnerLocation; //0x4
};
union _HEAP_LFH_BLOCK_LIST FreeList; //0x0
VOID* AllBits; //0x0
};