Search code examples
Why do you not explicitly call finalize() or start the garbage collector?...


javagarbage-collection

Read More
Are objects immediately destroyed when going out of scope?...


c#garbage-collectionraii

Read More
What the frequency of the Garbage Collection in Java?...


javagarbage-collection

Read More
Now that `finalize()` is deprecated in Java, what should be used instead, especially for a global si...


javagarbage-collectionjava-9finalizer

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


javagarbage-collectionzgc

Read More
How actually card table and writer barrier work?...


javagarbage-collection

Read More
<canvas> drawing slows down 200000x at regular intervals...


javascriptbrowserhtml5-canvasgarbage-collectionperformance-testing

Read More
Does gc.collect really release memory?...


pythonmemorygarbage-collectionfreecollect

Read More
Why does an object having a non-empty finalize method prevent references to it from appearing in a r...


javagarbage-collectionphantom-reference

Read More
What are the problems of the finalize method that PhantomReference solves?...


javagarbage-collectionfinalizephantom-reference

Read More
Why does the finally block execute immediately when calling next() on a generator without assigning ...


python-3.xsqlalchemygarbage-collectioncpython

Read More
Meaning of ReferenceQueue...


javagarbage-collectionweak-referencesphantom-reference

Read More
Example of using PhantomReference...


javagarbage-collectionphantom-reference

Read More
How does a PhantomReference without a queue impact the collectibility of its referent?...


javagarbage-collectionfinalizationphantom-reference

Read More
How to "garbage collect" or "strip" hidden evolution changesets in Hg?...


garbage-collectionmercurial

Read More
How to Prevent Garbage Collection in GIT?...


gitgarbage-collection

Read More
-gc-sections discards used data...


cgarbage-collectionavr-gcc

Read More
kubernetes pod memory - java gc logs...


javakubernetesmemory-managementgarbage-collectionkubernetes-metrics

Read More
Vue 3: Detached <video> elements not garbage collected after src change...


videomemory-leaksvuejs3garbage-collection

Read More
Why do JavaScript Websocket objects not get destroyed when they go out of scope?...


javascriptmemory-managementgarbage-collectionjavascript-objects

Read More
Does JavaScript object destructuring allocate a new object?...


javascriptgarbage-collectionallocationdestructuring

Read More
Event handlers, closures and garbage collection in Javascript...


javascriptjqueryeventsgarbage-collection

Read More
Is garbage collection automatic in standard C++?...


.netc++garbage-collection

Read More
Under what circumstances can a write to a Haskell unsafeThaw-ed array/vector result in a segfault (v...


haskellgarbage-collectionghcmemory-safety

Read More
Can we switch off finalizers?...


javagarbage-collectionfinalizer

Read More
Does Python GC deal with reference-cycles like this?...


pythonmemory-leaksgarbage-collectionobjgraph

Read More
Garbage-collected cache via Javascript WeakMaps...


javascriptcachinggarbage-collectionecmascript-6ecmascript-harmony

Read More
Usage of java.lang.ref.Cleaner as alternative to Object.finalize...


javagarbage-collection

Read More
What is the Go language garbage collection approach compared to others?...


performancegarbage-collectionjvmgo

Read More
How can I tie a coroutine's lifetime to the lifetime of an object?...


kotlingarbage-collectionkotlin-coroutines

Read More
BackNext