//0x1028 bytes (sizeof)
struct _POOL_DESCRIPTOR
{
enum _POOL_TYPE PoolType; //0x0
ULONG PoolIndex; //0x4
ULONG RunningAllocs; //0x8
ULONG RunningDeAllocs; //0xc
ULONG TotalPages; //0x10
ULONG TotalBigPages; //0x14
ULONG Threshold; //0x18
VOID* LockAddress; //0x1c
VOID* PendingFrees; //0x20
LONG PendingFreeDepth; //0x24
struct _LIST_ENTRY ListHeads[512]; //0x28
};