-->
当前位置:首页 > 题库

单选题:Why does the Linux kernel use slab allocators to manage the kern

Luz5年前 (2021-05-10)题库519
Why does the Linux kernel use slab allocators to manage the kernel memory?@[C](1)
A. For efficient allocation and release of physical memory.
B. To efficiently locate a proper size of contiguous physical memory.
C. To create and collect some frequently used small kernel objects.
D. To improve the efficiency of buddy memory allocation algorithm.




A.For efficient allocation and release of physical memory.
B.To efficiently locate a proper size of contiguous physical memory.
C.To create and collect some frequently used small kernel objects.
D.To improve the efficiency of buddy memory allocation algorithm.


答案:C