Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 kmalloc 函数(在 linux 内核中找到)和保护的问题:
谢谢。
Kmalloc is just an interface to the REAL memory manager, the kmem cache allocator.