farfree() Free a Block from Far Heap
#include <alloc.h>
void farfree(block);
void far *block; Block of memory
farfree() frees a block of previously allocated far memory. In small
and medium memory models, farfree() must be used to free blocks of
memory allocated by farmalloc(). Conversely, farfree() cannot be
used to free blocks of memory allocated by malloc(). In these models
the two heaps are completely distinct.
Returns: There is no return value.
Seealso:
This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster