xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_GCStep()

Invokes the garbage collector for one collection cycle.

Syntax

HB_GCStep() --> NIL

Return

The return value is always NIL.

Description

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.

Info

See also:HB_GCAll(), Memory()
Category: Debug functions , Environment functions , xHarbour extensions
Source:vm\garbage.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe