Search code examples
When should I NOT call GC.SuppressFinalize(this) in Dispose?...

c#.netgarbage-collectionfinalizer

Read More
Are promise handlers cleared from memory after the promise is resolved?...

javascriptangularpromisegarbage-collection

Read More
Why does Python 3.14 use ob_ref_local and ob_ref_shared for reference counts when GIL is absent...

pythongarbage-collectionreference-countinggilpyobject

Read More
Does the ZGC garbage collector support string deduplication?...

javagarbage-collectionzgc

Read More
Can a bi-directional WeakMap lead to a memory leak?...

javascriptgarbage-collectionweak-references

Read More
Why Large Object Heap and why do we care?...

.netgarbage-collectionclrlarge-object-heap

Read More
Is correct to use GC.Collect(); GC.WaitForPendingFinalizers();?...

c#.netgarbage-collection

Read More
To GC.Collect or not?...

.netgarbage-collectionclr

Read More
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
BackNext