Skip to content

jethompson023/CS451--Assignment-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS451--Assignment-4 This program displays a user interface to let the user manipulate a static amount of memory with a first, best, and worst fit algorithm. It also allows the compaction and printing of memory.

To Compile: gcc allocator.c -o allocator

To Run: ./allocator

To Request Memory Allocator > RQ Types of Fit include First Fit = F Worst Fit = W Best Fit = B

To Release Memory Allocator> RL

To Compact Memory Allocator> C

To Print Contents of Memory Allocator> STAT

To Exit Allocator> X

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages