Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - farmalloc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                farmalloc

   Usage
   #include <dos.h>
   void far *farmalloc(unsigned long sizebytes);

   Description
   farmalloc allocates a memory block sizebytes long from the far heap.

   Example
   See that provided under the heading Far_Package.

   Return Value
   farmalloc returns a far pointer to the allocated memblock, or NULL  if
   not enough space exists.


See Also: calloc farcalloc farcoreleft farfree farrealloc free malloc

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