Which of the following is considered a benefit when using the sl

  • 2023-11-15 03:44:36
  • OS

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

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

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

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

D.There is no memory fragmentation.

正确答案是D