[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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.

See Also: farcoreleft() farmalloc() farmalloc() farrealloc()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson