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
The implementation never reuses freed space, which makes long-running processes and many real workloads degrade into allocation failure even with plenty of “freed” memory.
Impact: deterministic memory exhaustion / denial of service in normal usage.