Skip to content

feat: implement worst fit memory allocation, closes issue #1 - #2

Open
jeremlee wants to merge 1 commit into
shafinalam07:mainfrom
jeremlee:main
Open

feat: implement worst fit memory allocation, closes issue #1#2
jeremlee wants to merge 1 commit into
shafinalam07:mainfrom
jeremlee:main

Conversation

@jeremlee

Copy link
Copy Markdown

Description:

This pull request implements the worst-fit memory allocation algorithm. Valid blocks are scanned first then the largest one is picked after. It has also been tested in the main function.

Closes #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: Add Worst-Fit Allocation Strategy

1 participant