| M E M _ F R E E M E M C L U S T E R ( )
| | | | | SOURCE: qdev_autodocs.txt 1.163 (12/09/2014) English PORTA - MEM_#?
----------------------------------------------------------------------------
NAME
mem_freememcluster() - Returns chunk back to cluster.
SYNOPSIS
mem_freememcluster(mem);
void mem_freememcluster(void *);
FUNCTION
This func. sets current chunk attribute to reusable.
INPUTS
mem - Chunk ptr as obtained with 'mem_getmemcluster()'
RETURNS
No output.
BASES
SysBase
NOTES
Important! Clusters that were linked in are never being
freed when they are not used! The only way get back the
memory is to 'mem_freecluster()'.
SEE ALSO
mem_alloccluster(), mem_freecluster(),
mem_getmemcluster()
EXAMPLE
None.
BUGS
None known.
----------------------------------------------------------------------------
| |
| |