Disables memory tracking
C/C++: TAU_DISABLE_TRACKING_MEMORY(void);
Fortran: TAU_DISABLE_TRACKING_MEMORY(void);
Disables tracking of heap memory utilization. This call may be used in sections of code where TAU should not interrupt the execution to periodically track the heap memory utilization.
C/C++ :
TAU_DISABLE_TRACKING_MEMORY();
Fortran :
call TAU_DISABLE_TRACKING_MEMORY()