size.1
来自「操作系统设计与实现源码」· 1 代码 · 共 40 行
1
40 行
.TH SIZE 1.SH NAMEsize \- print text, data, and bss size of a program.SH SYNOPSIS\fBsize\fR [\fIfile\fR] ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH EXAMPLES.EX "size file" "Print the size of \fIfile\fP".SH DESCRIPTION.PPThe text, data, bss, and total sizes for each argument are printed.If no arguments are present, .I a.outis assumed.The amount of memory available for combined stack and data segment growthis printed in the column \&'stack.\&'This is the value manipulated by the .I chmemcommand.The total amount of memory allocated to the program when it is loaded islisted under \&'memory.\&'This value is just the sum of the other four columns..SH "SEE ALSO".BR anm (1),.BR asize (1),.BR ar (1),.BR chmem (1),.BR install (1),.BR nm (1).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?