Right now the allocator only uses First-Fit. I need to implement a Worst-Fit searching loop to see how it affects memory fragmentation.
Right now the allocator only uses First-Fit. I need to implement a Worst-Fit searching loop to see how it affects memory fragmentation.