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>_nheapmin() minimize near heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _nheapmin()             Minimize Near Heap

 #include   <malloc.h>

 int _nheapmin(void);

    _nheapmin() is the near heap version of _heapmin(); it checks the
    near heap for minimal consistency and returns unused memory back
    to the system. It takes no arguments, and returns 0 if successful, and
    -1 for failure. See _heapmin() for more details.

    Returns:    0 if successful; -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