---
title: NSDeallocateZombies
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsdeallocatezombies
---

# NSDeallocateZombies

A global variable that determines whether or not the memory of zombie objects is deallocated.

## Declaration

```occ
extern BOOL NSDeallocateZombies;
```

## See Also

### Diagnostics and Debugging

- [NSLog](foundation/nslog.md)
- [NSLogv(_:_:)](foundation/nslogv(_:_:).md)
- [NSDebugEnabled](foundation/nsdebugenabled.md)
- [NSZombieEnabled](foundation/nszombieenabled.md)
- [NSKeepAllocationStatistics](foundation/nskeepallocationstatistics.md)
