2.0
3.0
>
dev
>
api
>
name
>
gb.free
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
GB.Free
void
GB.Free
( void **
addr
)
Frees a memory block allocated with
GB.Alloc
.
addr
must point at a variable containing the address of the memory block.
Once the memory block freed, the variable pointed by addr is set to null.
See also
api/cat/memory