struct LFH_BLOCK_ZONE

typedef struct _LFH_BLOCK_ZONE
{
     LIST_ENTRY ListEntry;
     PVOID FreePointer;
     PVOID Limit;
} LFH_BLOCK_ZONE, *PLFH_BLOCK_ZONE;

Windows Vista Kernel Structures