-
Notifications
You must be signed in to change notification settings - Fork 0
License
mjatkin/malloc2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Matthew Atkin's (s3603797) allocator instructions! -------------------------------------------------- Before running any make commands, we first need init the file structure 1. run 'make init' We can then compile for either release or debug (release will work just fine for the marking, debug just prints out a bunch of stuff that will slow the execution down tremendiously) 2. run 'make release' or 'make debug' We then run the program as release or debug depending on what we compiled 3. run './bin/release/malloc2.out [STRATERGY]' or './bin/debug/malloc2.out [STRATERGY]' The stratergies we can use are 'FIRST', 'BEST' and 'WORST' eg. make init make release ./bin/release/malloc2.out best
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published