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 src/vm/arrays.c
Compliance
Harbour
Platforms
All
Files
src/vm/garbage.c
Seealso
hb_gcAlloc()
Pingback: Harbour All Functions – H | Viva Clipper !
Pingback: Harbour Garbage Collection Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !