monitoring.set {RGeostats}R Documentation

Returns the status of the Memory Stack

Description

Returns the status of the Memory Stack

Usage

monitoring.set(mem.track=0, mem.leak=FALSE)

Arguments

mem.track

Memory debugging option:

  • 0 No action

  • 1 Cumulate the memory allocation / deallocation

  • 2 Print a message at each allocation / deallocation

mem.leak

When TRUE, the Memory operations are memorized in order to reveal any possible Memory leak. When switched OFF, the Memory Leak report is printed.


[Package RGeostats version 14.0.10 Index]