Objects inside NSAutoreleasePool in objective-c

2019-03-01 04:49发布

问题:

Is there a way to know the objects that are marked for releasing inside an NSAutoreleasePool.

回答1:

No. Not to my knowledge, why would you ever want to know this?