Tuesday, February 21, 2012

What is the purpose of farmalloc() and farfree() ?

Ans :-


farmalloc() allocates a block of memory from the far heap. Using this function , blocks larger than 64K can also be allocated. Far pointers are used to access the allocated blocks.

farfree() releases a block of memory previously allocated from the far heap.

No comments:

Post a Comment