Vidyalelo
Data Structure · Q85

Linked Lists in Data Structures

Programming · Data Structure · question 85

Q85

What is buddy memory management of free lists ?

A.
modified version of first fit
B.
buddy allocation keeps several‭ free lists,‭ ‬each one holds blocks which are of one particular size
Answer
C.
modified version of best fit
D.
a tree representation of free lists

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board