<!--
{
  "availability" : [
    "DriverKit: -",
    "iOS: -",
    "iPadOS: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "DriverKit",
  "identifier" : "/documentation/DriverKit/IOVMPageSize",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "DriverKit"
    ],
    "preciseIdentifier" : "c:@IOVMPageSize"
  },
  "title" : "IOVMPageSize"
}
-->

# IOVMPageSize

The number of bytes in a virtual memory page.

```
extern uint64_t IOVMPageSize;
```

## Discussion

Use this constant in places where you want to specify the size of a virtual memory page.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)