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_gcFree()

Releases the memory that was allocated with hb_gcAlloc().
---------------------------------------------------------------------------------

 Syntax

        void hb_gcFree( void *pMemoryPtr );  

 Arguments

        <pMemoryPtr>   The pointer to memory for release. This memory 
                  pointer have to be allocated with hb_gcAlloc() function.

 Returns

        Nothing.    

 Description

      hb_gcFree() is used to deallocate the memory that was  allocated with
      the hb_gcAlloc() function.

 Examples

      See source/vm/arrays.c

Status

      Clipper

 Compliance

      This function is a Harbour extension

 Platforms

      All

 Files

      source/vm/garbage.c

See Also: hb_gcAlloc()

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