HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

     TC: void far *farcalloc( unsigned long nunits, unsigned long units )


       - prototype in alloc.h

       - allocates memory from the far heap for an array of nunits
         elements, each units bytes long
       - returns pointer to allocated block or NULL if not enough memory
       - can allocate all of memory & chunks bigger than 64K
       - must use far pointers

Esc or Alt-X to exit farcalloc Home/PgUp/PgDn/End ←↑↓→