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

# zone_info_t

## Declaration

```occ
typedef struct zone_info {
    ...
} zone_info_t;
```

## Topics

### Instance Properties

- [zi_alloc_size](kernel/zone_info_t/1569567-zi_alloc_size.md)
- [zi_collectable](kernel/zone_info_t/1569580-zi_collectable.md)
- [zi_count](kernel/zone_info_t/1569607-zi_count.md)
- [zi_cur_size](kernel/zone_info_t/1569605-zi_cur_size.md)
- [zi_elem_size](kernel/zone_info_t/1569574-zi_elem_size.md)
- [zi_exhaustible](kernel/zone_info_t/1569586-zi_exhaustible.md)
- [zi_max_size](kernel/zone_info_t/1569562-zi_max_size.md)
- [zi_pageable](kernel/zone_info_t/1569572-zi_pageable.md)
- [zi_sleepable](kernel/zone_info_t/1569598-zi_sleepable.md)
