man.bsd.lv manual page server

Manual Page Search Parameters

END(3) Library Functions Manual END(3)

end, etext, edataend boundaries of image segments

extern end;
extern etext;
extern edata;

The global variables end, extext and edata correspond to the the next address following the end of the text segment, the initialized data segment and the end of the data segment (BSS). These values are initially set at execution time by brk(2).

brk(2), malloc(3)

A end manual appeared in Version 6 AT&T UNIX.

4.4BSD-Lite2 January 24, 1994 END(3)