Removes a specified range of pages from the current working set
    of the calling process to make room for pages required by a new
    program segment.
    Format
      SYS$PURGWS  inadr
    C Prototype
      int sys$purgws  (struct _va_range *inadr);
Additional Information:
explode
extract