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.
在linux中,动态内存可以通过kmalloc()来分配。kmalloc() 最多可以分配 128k 字节。我怎样才能增加这个分配? kmalloc是slab分配吗?
问候 学习者