---
title: mach_memory_info_t
framework: kernel
role: symbol
role_heading: Structure
path: kernel/mach_memory_info_t
---

# mach_memory_info_t

## Declaration

```occ
typedef struct mach_memory_info {
    ...
} mach_memory_info_t;
```

## Topics

### Instance Properties

- [collectable_bytes](kernel/mach_memory_info_t/1646105-collectable_bytes.md)
- [flags](kernel/mach_memory_info_t/1569604-flags.md)
- [free](kernel/mach_memory_info_t/1569571-free.md)
- [largest](kernel/mach_memory_info_t/1569606-largest.md)
- [mapped](kernel/mach_memory_info_t/2881948-mapped.md)
- [name](kernel/mach_memory_info_t/2881950-name.md)
- [peak](kernel/mach_memory_info_t/2881949-peak.md)
- [site](kernel/mach_memory_info_t/1569573-site.md)
- [size](kernel/mach_memory_info_t/1569566-size.md)
- [tag](kernel/mach_memory_info_t/2890798-tag.md)
- [zone](kernel/mach_memory_info_t/2890797-zone.md)

## See Also

### VM Types

- [mach_vm_address_t](kernel/mach_vm_address_t.md)
- [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_array_t](kernel/mach_memory_info_array_t.md)
