---
title: DISPATCH_AUTORELEASE_FREQUENCY_NEVER
framework: dispatch
role: symbol
role_heading: Enumeration Case
path: dispatch/dispatch_autorelease_frequency_t/dispatch_autorelease_frequency_never
---

# DISPATCH_AUTORELEASE_FREQUENCY_NEVER

The queue does not set up an autorelease pool around executed blocks.

## Declaration

```occ
DISPATCH_AUTORELEASE_FREQUENCY_NEVER
```

## Discussion

Discussion This option is the default behavior for the system-defined global queues.

## See Also

### Autorelease Frequency Options

- [DISPATCH_AUTORELEASE_FREQUENCY_INHERIT](dispatch/dispatch_autorelease_frequency_t/dispatch_autorelease_frequency_inherit.md)
- [DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM](dispatch/dispatch_autorelease_frequency_t/dispatch_autorelease_frequency_work_item.md)
