isMemoryLeakCheckerActive

Deprecated

Memory leak checking is deprecated

Memory leak checking is deprecated. With the new MM, this check only worked to catch Workers.

When needed, this check can be written as check(Worker.activeWorkers.size <= 2) at the end of main(). 2 here means: Worker.current and (possibly) finalizer thread.

Since Kotlin

1.3