We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
内存泄漏类型
内存泄漏的排查方法
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内存泄漏类型
__unsafe_unretained修饰符的变量不属于编译器的内存管理对象。如果管理时不注意赋值对象的所有者,便可能遭遇内存泄露或者程序崩溃。
注意以creat,copy作为关键字的函数都是需要释放内存的.
内存泄漏的排查方法
The text was updated successfully, but these errors were encountered: