---
title: NSRecordAllocationEvent
framework: foundation
role: symbol
role_heading: Function
path: foundation/nsrecordallocationevent
---

# NSRecordAllocationEvent

Notes an object or zone allocation event and various other statistics, such as the time and current thread.

## Declaration

```occ
extern void NSRecordAllocationEvent(int eventType, id object);
```

## See Also

### Debugging

- [NSCountFrames](foundation/nscountframes.md)
- [NSFrameAddress](foundation/nsframeaddress.md)
- [NSIsFreedObject](foundation/nsisfreedobject.md)
- [NSReturnAddress](foundation/nsreturnaddress.md)
