You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allocation detection is used to determine if an allocator should be summoned for the binding we want to generate. This detection is currently badly broken, summoning allocators when they are unneeded, and failing to summon allocators for code that cannot work without them.