Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ edata(3) — 386BSD 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

brk(2)

malloc(3)

END(3)                    386BSD Programmer's Manual                    END(3)

NAME
     end, etext, edata - end boundaries of image segments

SYNOPSIS
     extern end;
     extern etext;
     extern edata;

DESCRIPTION
     The global variables end, extext and edata correspond to the the next ad-
     dress 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 Version 6 AT&T UNIX.

BSD Experimental                April 19, 1991                               2











































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026