xHarbour Reference Documentation > Function Reference |
Invokes the garbage collector for one collection cycle.
HB_GCStep() --> NIL
The return value is always NIL.
Function HB_GCStep() invokes the garbage collector for one garbage collection cycle, thus allowing for incremental garbage collection. Refer to HB_GCAll() for more information on the garbage collector.
See also: | HB_GCAll(), Memory() |
Category: | Debug functions , Environment functions , xHarbour extensions |
Source: | vm\garbage.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com