OpenBSD 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 addresses of the global symbols etext, edata, and end correspond to the next address following the end of the text segment, the end of the initialized data segment, and the end of the data segment (BSS).

brk(2), malloc(3)

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

May 31, 2007 OpenBSD-6.4