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>farcoreleft() return measure of unused memory in far heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
farcoreleft()            Return Measure of Unused Memory in Far Heap

 #include   <alloc.h>

 long       farcoreleft(void);

    farcoreleft() returns a measure of the amount of unused memory in the
    far heap beyond the highest allocated block.

    Returns:    The total amount of space left between the highest
                allocated block and the end of memory.

See Also: farmalloc() farfree() farmalloc() farrealloc()

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