123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_system_gccollect:
- =========
- GCCollect
- =========
- GCCollect -
- Description
- ===========
- .. code-block:: blitzmax
- GCCollect()
- Run garbage collector
- This function will have no effect if the garbage collector has been
- suspended due to #GCSuspend.
- Parameters
- ==========
- Return Values
- =============
- The amount of memory, in bytes, collected.
- Examples
- ========
- See Also
- ========
|