typedef struct _POOL_TRACKER_TABLE { volatile long Key; volatile long NonPagedAllocs; volatile long NonPagedFrees; unsigned __int64 NonPagedBytes; unsigned long PagedAllocs; unsigned long PagedFrees; unsigned __int64 PagedBytes; } POOL_TRACKER_TABLE, *PPOOL_TRACKER_TABLE;