
{ If the following type must be expanded, make sure the ARRAY is the last field in the record.

  TYPE
    mmt$page_q_counts = RECORD
      long_wait_count: 0 .. 0ffffffff(16),
      swap_resident_count: 0 .. 0ffffffff(16),
      site_defined_queues_active: 0..255,
      q_counts: ARRAY [mmt$page_frame_queue_id] OF 0 .. 0ffffffff(16),
    RECEND;
?? PUSH (LISTEXT := ON) ??
*copyc mmt$page_frame_queue_id
?? POP ??
