1 .\" @(#)end.3 6.2 (Berkeley) 5/12/86
3 .TH END 3 "May 12, 1986"
6 end, etext, edata \- last locations in program
16 These names refer neither to routines nor to locations with interesting
17 contents. The address of
19 is the first address above the program text,
21 above the initialized data region, and
23 above the uninitialized data region.
27 but in the implementers name space, i.e. for use in libraries.
29 When execution begins, the program break coincides with
31 but it is reset by the routines
37 The current value of the program break is reliably returned by `sbrk(0)',