Created
December 1, 2017 07:49
-
-
Save edwardean/cf87d85102c2f8cc6990447373a9e73c to your computer and use it in GitHub Desktop.
iOS get memory retain count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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