func_system_gccollect.rst 398 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_system_gccollect:
  2. =========
  3. GCCollect
  4. =========
  5. GCCollect -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GCCollect()
  10. Run garbage collector
  11. This function will have no effect if the garbage collector has been
  12. suspended due to #GCSuspend.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. The amount of memory, in bytes, collected.
  18. Examples
  19. ========
  20. See Also
  21. ========