Hi chaps(and chappettes) Have a regular C dll with an exported function int GetGroovyName(int grooovyId,char * pGroovyName, int bufSize,)
A simple question really, but one where I cannot find any anwsers too. When I execute an Asynchronous Socket operation, such as :
How is a program (e.g. C or C++) arranged in computer memory? I kind of know a little about segments, variables etc, but basically I have no solid understanding of the entire structure.
I have a design question on how to design parsing a large excel file say 1000 x 100 Rows, and about 10 tabs.
I have a hard time grasping this memory leak in my code. Basically it\'s returning an object containing a object. here\'s the following code:
I have a very strange memory leak problem, it seems that sqlite3_step is doing some nasty stuff :| I spent almost 4 hours trying to fix this but no luck till now :(
I have a Django application that exhibits some strange garbage collection behavior. There is one view in particular that will just keep growing the VM size significantly every time it is called - up t
I\'m aware that .NET doesn\'t use complete physical memory availabe. I\'ve encountered a System.OutOfMemoryException while the physical memory usage as only 79%. I\'ve run my system until 92% of physi
I\'m try开发者_高级运维ing to find a way to limit the memory available for the Python VM, as the option \"-Xmx\" in the Java VM does. (The idea is to be able to play with the MemoryError exception)
I need to find out how many pages of memory a process allocates? Each page 开发者_开发知识库is 4096, the process memory usage I\'m having some problems locating the correct value. When I\'m looking i