Anatomy of the Linux kernel--转
发布时间:2021-01-24 12:07:58 所属栏目:Linux 来源:网络整理
导读:副标题#e# ref:http://www.ibm.com/developerworks/linux/library/l-linux-kernel/?S_TACT=105AGX52S_CMP=cn-a-l Given that the goal of this article is to introduce you to the Linux kernel and explore its architecture and major components,let's
But memory management is much more than managing 4KB buffers. Linux provides abstractions over 4KB buffers,such as the slab allocator. This memory management scheme uses 4KB buffers as its base,but then allocates structures from within,keeping track of which pages are full,partially used,and empty. This allows the scheme to dynamically grow and shrink based on the needs of the greater system. (编辑:应用网_丽江站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |