Introduction - If you have any usage issues, please Google them yourself
In this assignment is to simulate the behavior of dynamic partitioned memory management algorithm. In dynamic partitioned memory management
a) The requests for allocation of memory are of variable size.
b) The area is freed when no longer required.
c) The allocated area cannot be moved.
d) The size of the memory allocated is equal to the memory required.