Search code examples
Why isn't the object collected by GC in C# when assigned null and GC.Collect() is called, despit...


c#.netgarbage-collection

Read More
yarn - Cannot find module './build/Release/GcProfiler...


macosnpmgarbage-collectionyarnpkg

Read More
MemoryStream.Close() or MemoryStream.Dispose()...


c#.netgarbage-collection

Read More
Does GC.SuppressFinalize keep an object rooted...


c#garbage-collectionfinalizer

Read More
C# - Call GC.Collect() manually (Disable background GC)...


c#garbage-collection

Read More
Why is a Kotlin lambda being garbage collected while an object isn't?...


javaandroidkotlinlambdagarbage-collection

Read More
Can I (and do I ever want to) set the maximum heap size in .net?...


.netperformancegarbage-collectionheap-memory

Read More
Understanding the GC profiler in JMH Java...


javagarbage-collectionbenchmarkingmicrobenchmarkjmh

Read More
Python 2: Garbage collection fails?...


pythonpython-2.7garbage-collection

Read More
How does Boehm's Garbage Collector free memory without creating a separate thread for the GC?...


cgarbage-collectionboehm-gc

Read More
C++: would universal use of shared_ptr<> be equivalent to a gc?...


javac++garbage-collectionsmart-pointers

Read More
Does JavaScript garbage collection delete parent objects if sub object is still in scope?...


javascriptgarbage-collection

Read More
How can I force Python code to read input files again without rebooting my computer...


pythonpython-2.7filegarbage-collection

Read More
Variable address does not fall within the stack range in /proc/self/maps...


clinuxmemorygarbage-collectionstack

Read More
How GC finds GC roots and other object references...


javagarbage-collectionjvm

Read More
gdb - what variable lives at a given stack address...


garbage-collectiongdb

Read More
Registering a method as callback prevents the object from being garbage collected even with a finali...


pythongarbage-collectionweak-referencesfinalizer

Read More
Why does Go not throw an error when dereferencing a dangling pointer immediately after a variable go...


gopointersmemory-managementgarbage-collectionruntime-error

Read More
Is it safe to take the reference of an inline fixed size buffer of a struct to use in a Span in C#?...


c#.netgarbage-collection

Read More
How to detect if concurrent GC is running in .Net...


c#.netgarbage-collection

Read More
Reference to object during finalize...


javagarbage-collectionfinalizer

Read More
When are Java temporary files deleted?...


javagarbage-collectiontemporary-files

Read More
When should I use GC.SuppressFinalize()?...


c#.netgarbage-collectionidisposablesuppressfinalize

Read More
Is there a destructor for Java?...


javagarbage-collectiondestructorfinalize

Read More
Portable equivalent to gcc's __attribute__(cleanup)...


cgccgarbage-collectionscopeportability

Read More
Is there any side effects for Runtime.getRuntime().gc()...


javaperformancecoding-stylegarbage-collectionruntime

Read More
Memory leak that GC doesn't fix regarding .Net Entity Framework version 8 (C# console app .Net8....


c#entity-framework-corememory-leaksgarbage-collection.net-8.0

Read More
Garbage collection issue (WinUI && NET8.0)...


c#garbage-collection.net-8.0winui-3winui

Read More
Executing code on class (metaclass instance) destruction in python...


pythongarbage-collectionmetaclass

Read More
Unity - Using Native collections over C#'s collections...


c#unity-game-enginecollectionsgarbage-collection

Read More
BackNext