unstack, sort: cleanup and improvement
[minix.git] / man / man1 / acksize.1
bloba058cec3586e384d55bf67772549f19535b00194
1 .TH ACKSIZE 1
2 .SH NAME
3 acksize \- print text, data, and bss size of a program
4 .SH SYNOPSIS
5 \fBacksize\fR [\fIfile\fR] ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B acksize file
20 # Print the size of \fIfile\fP
21 .SH DESCRIPTION
22 .PP
23 The text, data, bss, and total sizes for each argument are printed.
24 If no arguments are present, 
25 .I a.out
26 is assumed.
27 The amount of memory available for combined stack and data segment growth
28 is printed in the column \&'stack.\&'
29 This is the value manipulated by the 
30 .I chmem
31 command.
32 The total amount of memory allocated to the program when it is loaded is
33 listed under \&'memory.\&'
34 This value is just the sum of the other four columns.
35 .SH "SEE ALSO"
36 .BR anm (1),
37 .BR asize (1),
38 .BR ar (1),
39 .BR chmem (1),
40 .BR install (1),
41 .BR nm (1).