File: MPIR_trspace.3

package info (click to toggle)
mpich 1.1.0-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 22,116 kB
  • ctags: 27,349
  • sloc: ansic: 193,435; sh: 11,172; fortran: 6,545; makefile: 5,801; cpp: 5,020; tcl: 3,548; asm: 3,536; csh: 1,079; java: 614; perl: 183; awk: 168; sed: 70; f90: 62
file content (14 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH MPIR_trspace 3 "3/20/1996" " " "MPI"
.SH NAME
MPIR_trspace \-  Routines for tracing space usage 
.SH DESCRIPTION
MPIR_trmalloc replaces malloc and MPIR_trfree replaces free.
These routines
have the same syntax and semantics as the routines that they replace,
In addition, there are routines to report statistics on the memory
usage, and to report the currently allocated space.  These routines
are built on top of malloc and free, and can be used together with
them as long as any space allocated with MPIR_trmalloc is only freed with
MPIR_trfree.
.SH LOCATION
tr.c