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
Frame Allocator: avoid creating duplicate free regions during init (#1105)
The duplicate region was created due to a bug
in the `check_and_add_free_region` function:
After returning from a recursive call, the original area's
end frame should be updated to *not include* th
region that was just added to the free list.
0 commit comments