*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: AnalHeapBase | Section: 5 | Source: Digital UNIX | File: AnalHeapBase.5.gz
AnalHeapBase(5) File Formats Manual AnalHeapBase(5) NAME AnalHeapBase - Obtains the base address of the analysis heap SYNOPSIS #include <cmplrs/atom.anal.h> unsigned long AnalHeapBase( void ); DESCRIPTION An Atom tool's analysis routine calls the AnalHeapBase routine to ob- tain the base address of the analysis heap. Although Atom's default location for the analysis heap is usually suf- ficient for most applications, it may sometimes conflict with an ad- dress range used by the application. Normally, an address conflict would result in a call to malloc return- ing zero to the Atom tool's analysis routine. The routine should check for this case and, if it does occur, ask the tool's user to se- lect another location for the analysis heap. The -heapbase flag to the atom command accomplishes this. RETURN VALUES The AnalHeapBase routine returns an unsigned long containing the base address of the analysis heap. FILES Header file contain external definitions of routines used by Atom analysis routines SEE ALSO Commands: atom(1) Programmer's Guide AnalHeapBase(5)

Navigation Options