Harbour Reference 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

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30