I\'ve been struggling to solve this memory leak for awhile now, so I\'m hoping the community can provide some help. Memory Management is still an issue I\'m working to understand (and yes I have the m
I have some doubt regarding retain in .h file. I know that if we alloc/copy/retain than we need to release it, but in following case
I was recommended to use gmpy to assist with calculating large numbers efficiently. Before I was just using python and my script ran for a day or two and then ran out of memory (not sure how that happ
I have a whole bunch of @property (nonatomic, retain) stuff going on when I\'m defining my variables and i want to know:
I have an problem freeing up memory allocated for an IplImage.I have given a similar situation as in my application below.(it reflects the same bug occurs in my application.)
I have an application that receives files with a flat table in DBF, which normalize and convert and insert into a MySQL database, files that grow to between 250,000 to 270,000 records and now consumes
This has to be very basic, but I don\'t see the problem. The program crashes whenever the following code block is executed. Analyzer reports a possible memory leak:
Does UIImageView requires memory when it is hidden? Same question for alpha=0.0 I work a lot with hidden images, and I wonder if those still consume memory.
My situation is the following: I\'ve implemented a simple RPC system in C through which a client can call a remote function to which it passes a command. The command is executed on the remote machine
I have to do a project in C where I have to constantly allocate memory for big data structures and then free it. Does there exista a library with a function that helps to keep track of the memory usag