Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_fheapmin() minimizes the far heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _fheapmin()             Minimizes the Far Heap

 #include   <malloc.h>

  int _fheapmin(void);

    This is the far heap version of _heapmin(); it returns unused
    memory from the far heap to the system. This function takes no
    arguments. See _heapmin() for more information.

    Returns:    0 for successs, -1 otherwise.

 Portability:   Not supported by the ANSI standard.


See Also: _bfreeseg() free() _heapmin() malloc()

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