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

# IOAddressSegment

A structure that describes the location and size of a block of memory.

```
struct IOAddressSegment;
```

## Topics

### Getting the Address Information

[`uint64_t address;`](/documentation/DriverKit/IOAddressSegment/address)

The address of the buffer in the current process’ virtual memory space.

[`uint64_t length;`](/documentation/DriverKit/IOAddressSegment/length)

The size of the memory buffer, in bytes.



---

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)