Search code examples
C# and what not to do in a finalizer...

c#idisposablefinalizer

Read More
Execute code when VisualStudio debugger is exiting...

c#.net.net-4.0disposefinalizer

Read More
When GC.KeepAlive(this) is needed when doing P/Invoke on unmanaged resources?...

c#callbackgarbage-collectionpinvokefinalizer

Read More
What's the Java equivalent of .net's GC.KeepAlive?...

java.netgarbage-collectionjava-native-interfacefinalizer

Read More
Can a finalizer be called on an object that is in the middle of a (native) call?...

javajava-native-interfacefinalizer

Read More
Overhead of having a Finalizer - with/without SuppressFinalize in Dispose...

c#disposeidisposablefinalizersuppressfinalize

Read More
IDisposable Pattern. How does my finalizer's call of dispose ever free managed resources?...

c#.netgarbage-collectionfinalizer

Read More
A `dispose pattern` in C#: why do we need `if (disposing)` condition?...

c#garbage-collectionidisposablefinalizer

Read More
Kotlin why is finalizaer never called?...

androidkotlinfinalizer

Read More
What is the difference between the resources disposed in a finalizer to those released in dispose...

c#idisposablefinalizer

Read More
Pytest fixture finalizer TypeError 'NoneType' object is not callable...

typeerrorpytestfinalizerfixture

Read More
Correct execution of Final routine in Fortran...

oopfortranintel-fortranfinalizer

Read More
Meaning of "The finalize method is never invoked more than once by a JVM for any given object.&...

javafinalizer

Read More
When is StreamWriter disposed?...

c#.netidisposablefinalizer

Read More
C#: dynamically check if the finalizer thread is blocked...

c#multithreadinggarbage-collectionfinalizer

Read More
Does Perl 6 automatically call any special methods when it cleans up an object?...

rakufinalizer

Read More
Why finalizer is never called?...

gofinalizer

Read More
reg.finalizer() in an R package does not execute at the end of an R session...

rfinalizerr-package

Read More
How to finalize lisp:struct containing a pointer?...

garbage-collectionlispcommon-lispfinalizerfinalization

Read More
What is the initialized field in java.lang.SecurityManager for?...

javasecurityinitializationfinalizersecuritymanager

Read More
Garbage Collection and Finalizers: Finer Points...

c#garbage-collectionfinalizer

Read More
If structs can implement IDisposable, why can't they have destructors?...

c#destructoridisposablefinalizer

Read More
Can I call Marshall.ReleaseComObject in a Finalizer?...

c#.netdisposefinalizer

Read More
Are finalisers called when the last reference is garbage collected, or when Any reference is garbage...

juliafinalizer

Read More
Is Object memory freed when we explicitly call finalize() on it?...

javagarbage-collectionjvmfinalizer

Read More
Troubleshooting memory leak possibly due to Finalizer thread malfunction...

.netwinformsmemory-leaksfinalizer

Read More
c# destructors (or finalisers?) called automatically at the end of my program - should I do somthing...

c#garbage-collectionfinalizer

Read More
Why are there finalizers in java and c#?...

c#javalanguage-featuresfinalizer

Read More
How can I get the Lisp garbage collector to remove foreign c++ allocated memory in my class slots?...

garbage-collectioncommon-lispfinalizer

Read More
Ruby forcing garbage collection not working as expected...

rubygarbage-collectionfinalizer

Read More
BackNext