Introduction - If you have any usage issues, please Google them yourself
This experiment did not require the construction of a virtual memory management system functions. Tasks are as follows: the design of a memory manager to support the allocation of at least two strategies, such as first-fit, next-fit, best-fit, worst-fit and so on. on the performance of different allocation strategies for evaluation. The main achievement of the experiment the first fit and best fit the two algorithms.