The assignment is to simulate memory allocation in java for usin the
Binary buddy system.A simulation is designed with an initial memory space
of 128K(could be larger)with at least 6 allocation/deallocation incoming requests in which to demostrate the behavior of the two best-fit and first-fit algorithm.
Binary buddy system.A simulation is designed with an initial memory space
of 128K(could be larger)with at least 6 allocation/deallocation incoming requests in which to demostrate the behavior of the two best-fit and first-fit algorithm.
Comment