Manual Page Result
0
Command: end | Section: 3 | Source: OpenBSD | File: end.3
END(3) FreeBSD Library Functions Manual END(3)
NAME
end, etext, edata - end boundaries of image segments
SYNOPSIS
extern end;
extern etext;
extern edata;
DESCRIPTION
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).
SEE ALSO
brk(2), malloc(3)
HISTORY
An end manual appeared in Version 6 AT&T UNIX.
FreeBSD 14.1-RELEASE-p8 May 31, 2007 FreeBSD 14.1-RELEASE-p8