chapter 17 - kapittel 17 - Free space management Flashcards

(5 cards)

1
Q

two main goals when managing free memory

A

fast

minimize fragmentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

best fit strategy?

A

choose the smallest block big enough for the request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

worst fit strategy?

A

pick the largest block available

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

first fit strategy?

A

stop at the first block big enough for the request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

next fit strategy?

A

Like first fit, but continue searching from where the last search ended

How well did you know this?
1
Not at all
2
3
4
5
Perfectly