
{ Define variable used to activate/deactivate assign_multiple_pages. When activated
{ mmp$page_pull will assign more than one page to a task that has faulted for a new page
{ and it is determined that extra pages will highly likely be used.  Multiple pages will
{ be assigned if mmv$reassignable_page_frames.now is greater or equal to this value.

  VAR
    mmv$assign_multiple_pages: [XREF] integer;
