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
Chunks and memory sessions should be separates by chunk sizes, so that smaller chunks are handled apart from larger chunks. This could ease the time it takes to find free chunks.
The text was updated successfully, but these errors were encountered:
Merging chunks could get messy, because chunks might not necessarily be adjacent in Virtual Memory if they're adjacent in their session's linked list. Multiple sessions causes a problem!!!
Chunks and memory sessions should be separates by chunk sizes, so that smaller chunks are handled apart from larger chunks. This could ease the time it takes to find free chunks.
The text was updated successfully, but these errors were encountered: