debian man page for tau_track_memory_headroom_here

Query: tau_track_memory_headroom_here

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAU_TRACK_MEMORY_HEA(3) 				      TAU Instrumentation API					   TAU_TRACK_MEMORY_HEA(3)

NAME
TAU_TRACK_MEMORY_HEADROOM_HERE - Takes a sample of the amount of memory available at a given point.
SYNOPSIS
C/C++: TAU_TRACK_MEMORY_HEADROOM_HERE(void); Fortran: TAU_TRACK_MEMORY_HEADROOM_HERE(void);
DESCRIPTION
Instead of relying on a periodic interrupt to track the amount of memory available to grow, this call may be used to take a sample at a given location in the source code. Context events are used to track the amount of memory headroom.
EXAMPLE
C/C++ : ary = new double [1024*1024*50]; TAU_TRACK_MEMORY_HEADROOM_HERE(); Fortran : INTEGER, ALLOCATABLE :: STORAGEARY(:) allocate(STORAGEARY(1:999), STAT=IERR) TAU_TRACK_MEMORY_HEADROOM_HERE();
SEE ALSO
TAU_TRACK_MEMORY_HEADROOM(3) 08/31/2005 TAU_TRACK_MEMORY_HEA(3)
Related Man Pages
tau_enable_instrumentation(3) - debian
tau_register_context_event(3) - debian
tau_register_event(3) - debian
tau_set_interrupt_interval(3) - debian
afinitchannels(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph