home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / gc < prev    next >
Encoding:
Text File  |  1997-04-23  |  495 b   |  21 lines

  1.     
  2.     _G_a_r_b_a_g_e _C_o_l_l_e_c_t_i_o_n
  3.     
  4.          gc()
  5.          gcinfo(verbose)
  6.     
  7.     _A_r_g_u_m_e_n_t_s:
  8.     
  9.          verbose : a logical value.
  10.     
  11.     _V_a_l_u_e:
  12.     
  13.          A call of gc causes a garbage collection to take place.
  14.          This usually takes place automagically without user
  15.          intervention.
  16.     
  17.          The associated function gcinfo sets a flag so that
  18.          automatic collection is either silent (verbose=FALSE)
  19.          or prints memory use statistics (verbose=TRUE).
  20.     
  21.