In: Computer Science
A one Megabytes block of memory is allocated using the buddy system. Show the results of the following sequence of requests and returns in a figure that is similar to Figure 7.6: Request A: 200 Kilobytes;
Request B: 80 Kilobytes;
Request C: 380 Kilobytes;
Return A;
Request D: 120 Kilobytes;
Return B;
Return D;
Return C.
Also, find the internal fragmentation at each stage of allocation/de-allocation.