| Mlist | Description |
| VirtualAlloc | Reserves and/or commits a region of pages in virtual address space. |
| VirtualFree | Releases and/or decommits a region of pages in virtual address space. |
| VirtualProtect | Changes the access protection of a region of pages. |
| VirtualQuery | Returns the base address, size, state and access protection of a region of pages. |