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>_bfreeseg() deallocate segment in based heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _bfreeseg()             Deallocate Segment in Based Heap

 #include    <malloc.h>

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

    This routine frees a specified based-heap segment. Simply pass the
    based heap segment selector as seg to _bfreeseg(). _bfreeseg()
    returns 0 for success, -1 otherwise. See free() for more information.

    Returns:    0 for success, -1 for failure.

 Portability:   Not supported by the ANSI standard.

See Also: _bfree() calloc() _expand() free() malloc() _msize() realloc()

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