1.

What are the disadvantages in implementing buddy system algorithm for free lists?

A. internal fragmentation
B. it takes so much space
C. we no more have the hole lists in order of memory address, so it is difficult to detect if 2 holes remain adjacent in memory and shall be merged into one hole
D. both a and c are correct
Answer» E.


Discussion

No Comment Found