¡@

Home 

c# Programming Glossary: leaking

What's the best way to watchdog a desktop application?

http://stackoverflow.com/questions/11146381/whats-the-best-way-to-watchdog-a-desktop-application

restart the player if say some crappy flash movie starts leaking memory. EDIT 2 I forgot to mention the application I would like..

Recompile C# while running, without AppDomains

http://stackoverflow.com/questions/1353456/recompile-c-sharp-while-running-without-appdomains

I can ™t use AppDomains. But on the other hand I don ™t mind leaking old versions of script classes so the ability to unload isn..

How can I prevent CompileAssemblyFromSource from leaking memory?

http://stackoverflow.com/questions/1799373/how-can-i-prevent-compileassemblyfromsource-from-leaking-memory

can I prevent CompileAssemblyFromSource from leaking memory I have some C# code which is using CSharpCodeProvider.CompileAssemblyFromSource.. on here and how to fix it Here's some sample code for leaking private void leak CSharpCodeProvider codeProvider new CSharpCodeProvider.. compiling and providing access to generated code without leaking memory. It looks like the solution will involve creating a new..

Marshal.AllocHGlobal VS Marshal.AllocCoTaskMem, Marshal.SizeOf VS sizeof()

http://stackoverflow.com/questions/1887288/marshal-allochglobal-vs-marshal-alloccotaskmem-marshal-sizeof-vs-sizeof

to free memory that wasn't allocated in the right heap leaking the allocated memory but Vista and Win7 crash the program with..

Attempted to read or write protected memory. This is often an indication that other memory is corrupt

http://stackoverflow.com/questions/4074585/attempted-to-read-or-write-protected-memory-this-is-often-an-indication-that-ot

It consumes quite a bit of memory but I do not see it leaking. It typically consumes about 1.5GB. I dont think its leaking.. It typically consumes about 1.5GB. I dont think its leaking because the memory usage stays relatively constant the entire..

What happens if I don't call Dispose on the pen object?

http://stackoverflow.com/questions/4267729/what-happens-if-i-dont-call-dispose-on-the-pen-object

are cleaned up in a timely manner and that you aren't leaking resources. Now if the Pen has a finalizer and that finalizer..

Large Object Heap Fragmentation

http://stackoverflow.com/questions/686950/large-object-heap-fragmentation

a dump of the LOH segment reveals the pattern I saw in the leaking application 0 000 DumpHeap 01b21000 01b8ade0 ... 01b8a120 793040bc..