---
title: mach_vm_address_t
framework: kernel
role: symbol
role_heading: Type Alias
path: kernel/mach_vm_address_t
---

# mach_vm_address_t

## Declaration

```occ
typedef uint64_t mach_vm_address_t;
```

## See Also

### VM Types

- [mach_vm_offset_t](kernel/mach_vm_offset_t.md)
- [mach_vm_size_t](kernel/mach_vm_size_t.md)
- [mach_vm_info_region_t](kernel/mach_vm_info_region_t.md)
- [mach_vm_read_entry_t](kernel/mach_vm_read_entry_t.md)
- [mach_memory_info_t](kernel/mach_memory_info_t.md)
- [mach_memory_info_array_t](kernel/mach_memory_info_array_t.md)
