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++ 3.0r4 - <b>farmalloc</b> 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

   Note-This function is not implemented for the X and P memory models.

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

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, realloc



See Also: calloc farcalloc farcoreleft farfree farrealloc free malloc realloc

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