farcoreleft<ALLOC.H>
farcoreleft returns a measure of unused memory in the far heap
Declaration:
All except tiny models: unsigned long farcoreleft(void);
Remarks:
farcoreleft returns a measure of the amount of unused memory in the far heap
beyond the highest allocated block.
A tiny model program can't use farcoreleft.
Return Value:
farcoreleft: returns the total amount of space left in the far heap,
between the highest allocated block and the end of available memory.
0 comments:
Post a Comment