Page

From VSI OpenVMS Wiki
Revision as of 05:44, 3 July 2019 by Darya.zelenina (talk | contribs) (Created page with "A '''page''' is a unit of memory allocation in OpenVMS. For VAX, a page is 512 bytes. For Alpha, page size varies between 8192 bytes (8 kilobytes) and 64 kilobytes an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A page is a unit of memory allocation in OpenVMS.

For VAX, a page is 512 bytes. For Alpha, page size varies between 8192 bytes (8 kilobytes) and 64 kilobytes and can be determined using SYS$GETSYI or F$GETSYI PAGE_SIZE item. For Integrity, page size varies between 4096 bytes (4 kilobytes) and 4 gigabytes (GB) and can be determined using SYS$GETSYI or F$GETSYI PAGE_SIZE item.

See also