How free memory immediately in iOS?
问题 When you do a release, you do not immediately remove the memory. I used this code and I can see the memory before and after the use of release and it do not change. Ok, it will be release after some time. But, what can I do for release all memory I can before start a library that will use a lot of memory? Or how can I immediately release memory? 回答1: Memory Management is a big thing in iOS but this tidbit of information helped me a lot during my development. "Each object has a "retain count"