END(3) | Library Functions Manual | END(3) |
end
, etext
,
edata
—
etext is located at the first address after the end of the text segment.
edata is located at the first address after the end of the initialized data segment.
end is located at the first address after the end of the data segment (BSS) when the program is loaded. Use the sbrk(2) system call with zero as its argument to find the current end of the data segment.
end
manual page appeared in
Version 6 AT&T UNIX.
September 1, 2005 | NetBSD 9.0 |