|
NAMErdsfree - free memory place See the file man1/alc_origin.1. SYNOPSIS
PARAMETERDESCRIPTIONThe rdsfree function deletes memory of size=´Size´ allocated with rdsalloc function. If the parameter Size is set to ZERO (or RDS_ALLOC_BLOCK) then the memory is deleted by BLOCK else the memory is deleted by HEAP. Note : A memory allocated by BLOCK (resp. by HEAP) must be deleted by BLOCK (resp. by HEAP). RETURN VALUEnothing ERRORSnone EXAMPLE
SEE ALSOlibrds, rdsalloc See the file man1/alc_bug_report.1.
|