Ask Question
6 November, 19:00

Which of the following is considered a benefit when using slab allocator?

A. Memory is allocated using a simple power-of-2 allocator

B. It allows kernal code and data to be efficiently paged

C. It allows larger segments to be combined using coalescing.

D. There is no memory fragmentation

+4
Answers (1)
  1. 6 November, 19:41
    0
    Option (d) is the correct answer to the given question

    Explanation:

    The main advantage of slab allocator is that There is no memory is lost because of the fragmentation this is due to some driver data framework has a cache memory that is connected to it.

    In the slab allocator the resources are repeatedly assigned or free to handle them. It is a type of memory management scheme that is used for distributing resources to the memory. All the other options are not considered as advantages of Slab allocator that's why they are an incorrect options.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following is considered a benefit when using slab allocator? A. Memory is allocated using a simple power-of-2 allocator B. It ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers