proc buddyinfo

本文介绍了一项由Martin Bligh提出的补丁,该补丁导出了Buddy内存分配器的状态信息。这些信息展示了不同内存区域中可用页面的数量,有助于评估内存碎片情况并为安全分配提供依据。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

http://lwn.net/Articles/7868/

The following patch originally by Martin Bligh exports some 
information about the buddy allocator.

Each column of numbers represents the number of pages of that order 
which are available.  In this case, there are 5 chunks of 
2^2*PAGE_SIZE available in ZONE_DMA, and 101 chunks of 2^4*PAGE_SIZE 
availble in ZONE_NORMAL, etc...  This information can give you a good 
idea about how fragmented memory is and give you a clue as to how big 
of an area you can safely allocate.

Node 0, zone      DMA      0      4      5      4      4      3 ...
Node 0, zone   Normal      1      0      0      1    101      8 ...
Node 0, zone  HighMem      2      0      0      1      1      0 ...

-- 
Dave Hansen
haveblue@us.ibm.com


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值