We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copied from a comment on YT:
During testing I encountered case where allocated space at the end did not get freed. Steps I used:
To fix that I did add some logic after while loop to fix that, but it seemed a bit hacky.
The text was updated successfully, but these errors were encountered:
travisvroman
No branches or pull requests
Copied from a comment on YT:
During testing I encountered case where allocated space at the end did not get freed.
Steps I used:
last operation should return false (at least for me it does). Offset is less than the only free block in the free list.
To fix that I did add some logic after while loop to fix that, but it seemed a bit hacky.
The text was updated successfully, but these errors were encountered: