/sys$common/syshlp/helplib.hlb System Services, $ADJWSL *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Adjusts a process's current working set limit by the specified number of pages (on VAX systems) or pagelets (on Alpha systems) and returns the new value to the caller. The working set limit specifies the maximum number of process pages or pagelets that can be resident in physical memory. On Alpha systems, this service accepts 64-bit addresses. Format SYS$ADJWSL [pagcnt] ,[wsetlm] C Prototype int sys$adjwsl (int pagcnt, unsigned int *wsetlm);
Additional Information (explode) :
|