Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

hb_gcCollectAll()

Scans all memory blocks and releases the garbage memory.
---------------------------------------------------------------------------------

 Syntax

        void hb_gcCollectAll( void );  

 Arguments

        None.    

 Returns

        Nothing.    

 Description

      This function scans the eval stack, the memvars table, the array  of
      static variables and table of created classes for referenced
      memory blocks. After scanning all unused memory blocks and blocks
      that are not locked are released.

Status

      Clipper

 Compliance

      This function is a Harbour extension

 Platforms

      All

 Files

      source/vm/garbage.c

See Also: hb_gcAlloc() hb_gcFree()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson