I have a high memory requirement in my code and this statement is repeated a lot of tim开发者_开发问答es:
I wrote an audio broadcasting server with Python/Twisted. It works fine, but the usage of memory grows too fast! I think that\'s because some user\'s network might not be good enough to download the a
I am using Core Data for my iPhone app. My attributes are set with retained properties. For example, a \"number\" attribute in a \"Thing\" enti开发者_运维知识库ty:
Hey guys, I\'m reviewing some questions but I can\'t really figure it out, i looked through the text book but i\'m not sure where i can find answer...
I\'m trying to make my mex library avoid all memory allocation what so even. Until now, the mex got an input, created some matrices using mxCreate...() and returned this output.
In the section titled \'Memory W开发者_JAVA技巧arnings\' here http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmNibObjects.html, I don\'t follow why the IB
I port a middle-sized application from C to C++. It doesn\'t deal anywhere with exceptions, and that shouldn\'t change.
I have follwowing peace of code in which I have specified the leaky line . As I am new to iPhone developement I can\'t understand what actually is wrong with that line . please have a look at that lin
What is the difference betwe开发者_JAVA技巧en the \'delete\' and \'dispose\' C++ operators with regards to dynamic memory allocation?delete will free memory dynamically allocated in unmanaged C++
For brushing up my C, I\'m writing some useful library code. When it came to reading text files, it\'s always useful to have a convenient tokenization function that does most of the heavy lifting (loo