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>_bheapmin() minimizes based heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _bheapmin()             Minimizes Based Heap

 #include    <malloc.h>

 int _bheapmin(seg);
 _segment seg;                  Based heap segment

    This is the based heap version of _heapmin(); it releases unused memory
    the based heap indicated by seg, effectively minimizing the heap.
    This function returns 0 for success, -1 for failure. See _heapmin()
    for more information.

    Returns:    0 for success, -1 otherwise.

 Portability:   Not supported by the ANSI standard.

See Also: _bmalloc() _heapchk() _heapmin() _heapset() _heapwalk()

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