is there an API or profiler application that can track the video memory usage of my application? I am using C++/OpenGL on Windows, but I am open to sug开发者_高级运维gestions on other platforms as we
I\'m trying to figure out what would happened if I try to free a pointer \"from the middle\" for example, look at the following code:
My web service client application uses Apache CXF to generate client stubs for talking to several web services. The generated CXF web service stub objects have quite a large memory footprint (10 - 15
I\'m pretty sure I\'moverlooking something totally obvious, but I want to view the raw contents of a point in memory under MSVC开发者_如何转开发9, but I can\'t find a location in the UI where I can pu
I need to cast a boolean as an object, or NSKeyedArchiver throws a m开发者_开发技巧emory access error. What\'s the best way to do this?How about encodeBool:forKey: instead?Further to NSD\'s answer, in
Sorry for long description, however the questions aren\'t so easy... My project written without GC. Recently I found a memory leak that I can\'t find. I did use new Xcode Analyzer without a result. I
Objective-C: I need help retaining the value of an int.It\'s changing on me without my command. The original question was: \"How do you declare and retain an int?\", that was satisfied in another pos
Can someone please explain why pointers aren\'t initialized to NULL? Example: void test(){ char *buf; if (!buf)
I\'ve been experiencing memory problems (the app will run for a couple of iterations, then receive low memory warning and finally be terminated) while working with NSInvocationOperation in a method ca
Say I have two process p1,p2 runnning as a part of my application. Say p1 is running initially executing function f1() and then f1() calls f2().With the invocation of f2() process p2 starts excuting