◄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. -♦-