qc.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
hfree
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The hfree function deallocates a memory block; the freed memory is
     returned to the operating system. The <memblock> argument points
     to a memory block previously allocated through a call to halloc.
     The number of bytes freed is the number of bytes specified when
     the block was allocated.
 
     Note that attempting to free an invalid <memblock> argument (one
     not allocated with halloc) may affect subsequent allocation and
     cause errors.
 
     Return Value
 
     None.
                                    -♦-