typedef struct { MD *mp_mfl; /* Free list */ MD *mp_mal; /* Allocated list */ MD *mp_rover; /* Roving pointer */ } MPB;