struct pfa_ControlBlock // One of these for each logical table. { void *head ; // pointer (absolute) to the head page void *crnt ; // pointer (absolute) to the current page int allocation_size ; // size in bytes of each logical page }; #define ipfa_ControlBlock NULL, NULL, 0