struct PEB_FREE_BLOCK

typedef struct _PEB_FREE_BLOCK
{
     PPEB_FREE_BLOCK Next;
     ULONG Size;
} PEB_FREE_BLOCK, *PPEB_FREE_BLOCK;

Windows Vista Kernel Structures