Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   RECYCLE /off /on /ballast size /torture

DESCRIPTION

Recycles unused memory.

RECYCLE is a native value.

REFINEMENTS

  • /off -- Disable auto-recycling
  • /on -- Enable auto-recycling
  • /ballast -- Trigger for auto-recycle (memory used)
    • size (integer!)
  • /torture -- Constant recycle (for internal debugging)

#SOURCE

recycle: make native! [  [
    "Recycles unused memory."
    /off "Disable auto-recycling"
    /on "Enable auto-recycling"
    /ballast "Trigger for auto-recycle (memory used)"
    size [integer!]
    /torture "Constant recycle (for internal debugging)"
] ]
Clone this wiki locally