一对一的技术服务支持!
在类似Unix的操作系统上,pagesiz命令显示以字节为单位的内存页面大小,由getpagesize返回。
On Unix-like operating systems, the pagesiz command displays the size of a page of memory in bytes, as returned by getpagesize.
查看英文版
查看中文版
1 pagesize 运行系统环境
2 pagesize 语法
3 pagesize 例子
Linux
pagesize
返回内存页面大小的字节,以字节为单位。输出示例:
4096
注意
在现代Linux系统上,可以使用命令getconf PAGESIZE或getconf PAGE_SIZE确定页面大小。
Return the bytes of the size of a memory page, in bytes. Example output:
Note
On modern Linux systems, pagesize can be determined using the command getconf PAGESIZE or getconf PAGE_SIZE.
未知的网友
未知的网友