Skip to content

Instantly share code, notes, and snippets.

@edwardean
Created December 1, 2017 07:49
Show Gist options
  • Save edwardean/cf87d85102c2f8cc6990447373a9e73c to your computer and use it in GitHub Desktop.
Save edwardean/cf87d85102c2f8cc6990447373a9e73c to your computer and use it in GitHub Desktop.
iOS get memory retain count
NSMutableDictionary *query = [[NSMutableDictionary alloc] initWithObjects: objects forKeys: keys];
long retainCount = CFGetRetainCount((__bridge CFTypeRef) query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment