I am new to Objective C. I have a small doubt on memory allocation. If we declare & allocate memory for a NSArray like this:
I am working with Perl开发者_开发问答 for some months now. As for now, my scripts work but they are far from being perfect.
Assume you have an 开发者_C百科object of class Fool. class Fool { int a,b,c; double* array ; //... ~Fool()
I developed an installer and now I want to ad开发者_JS百科d feature (basically a check) that will check the memory allocated to SQL Server.
I\'m kinda new in finding memory leaks in objective c and how to fix them. I\'m know how to usealloc/init/copy and release/retain but ( a least i think so :-) ) but i have some strange memory leaks in
I wonder if there is a rule of thumb you follow, when deciding whether or not a given property in ObjectiveC should be a retain开发者_Go百科 or copy?
I have a native C library that runs some algorithms on very large datasets (on the order of hundreds of mb to gb).This is being called from within a Java framework using JNA.Java loads the data and pa
I\'m not that familiar to memory handling, but i am currently working on a Qt project (c++),开发者_运维问答 developing an app for Symbian devices, using the Qt Nokia SDK.
I am creating a quiz app for iPhone/iPad(universal app).It is working fine on simulator but on real device there are some problem i am facing..
FileReader seems to consume all the memory as it is repeatedly used to preload multiple blobs, and never frees it. Any known way to force it to release consumed memory? Setting FileReader object and i