Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C - <b>farfree() free a block from far heap</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson