END
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
end
etext
edata
- end boundaries of image segments
SYNOPSIS
Vt extern end;
Vt extern etext;
Vt extern edata;
DESCRIPTION
The global variables
end , etext
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).
SEE ALSO
brk(2),
malloc(3)
HISTORY
A
end
manual appeared in
AT&T System
v6 .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
This document was created by
man2html,
using the manual pages.
Time: 02:53:12 GMT, December 08, 2024