The R Project SVN R

Rev

Rev 61168 | Rev 73749 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61433
Line 59... Line 59...
59
  a fifth column is printed giving the current limits in Mb (with
59
  a fifth column is printed giving the current limits in Mb (with
60
  \code{NA} denoting no limit).
60
  \code{NA} denoting no limit).
61
 
61
 
62
  The final two columns show the maximum space used since the last call
62
  The final two columns show the maximum space used since the last call
63
  to \code{gc(reset = TRUE)} (or since \R started).
63
  to \code{gc(reset = TRUE)} (or since \R started).
64
  
64
 
65
  \code{gcinfo} returns the previous value of the flag.
65
  \code{gcinfo} returns the previous value of the flag.
66
}
66
}
67
\seealso{
67
\seealso{
68
  The \sQuote{R Internals} manual.
68
  The \sQuote{R Internals} manual.
69
 
69
 
70
  \code{\link{Memory}} on \R's memory management,
70
  \code{\link{Memory}} on \R's memory management,
71
  and \code{\link{gctorture}} if you are an \R developer.
71
  and \code{\link{gctorture}} if you are an \R developer.
72
 
72
 
73
  \code{\link{reg.finalizer}} for actions to happen at garbage
73
  \code{\link{reg.finalizer}} for actions to happen at garbage
74
  collection.
74
  collection.
75
}
75
}
76
\examples{\donttest{
76
\examples{\donttest{
77
gc() #- do it now
77
gc() #- do it now