As seen in issue #76007, the tiny allocator can keep allocations alive longer than expected. This isn't a big issue with regards to memory use (it is kind of why we have the tiny allocator in the first place) but for objects that have special records like secret allocations and weak handles, it can prevent cleanup actions from occurring.
This issue is for the larger class of problems. Gives us a place to cite whenever we put in workarounds.
As seen in issue #76007, the tiny allocator can keep allocations alive longer than expected. This isn't a big issue with regards to memory use (it is kind of why we have the tiny allocator in the first place) but for objects that have special records like secret allocations and weak handles, it can prevent cleanup actions from occurring.
This issue is for the larger class of problems. Gives us a place to cite whenever we put in workarounds.