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

分类: OS 发布时间: 2023-11-15 03:44 浏览量: 0

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