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.
_bfreeseg
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The _bfreeseg function frees a based heap. The <seg> argument
     is a based heap returned by an earlier call to _bheapseg. It
     specifies the based heap to be freed.
 
     The number of bytes freed is the number of bytes specified when
     the block was allocated. After the call, the freed heap is again
     available for allocation.
 
     Return Value
 
     The _bfreeseg function returns 0 if successful, or -1 in the case
     of an error.
                                    -♦-