Write a program to simulate a dynamic memory subsystem. The program should have function(s) which accept(s) input in the form of pid, allocate, size in bytes,
Write a program to simulate a dynamic memory subsystem. The program should have function(s) which accept(s) input in the form of pid, allocate, size in bytes, pid, free, address, and pid, resize, address, new size. *** If the requests are valid and adequate space is available, 1) and 3) should return the address of the […]
