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.