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

 #include    <malloc.h>

 void _bfree(seg, memblock);
 _segment seg;                  Based heap segment
 void _based(void) *memblock;   Memory block to free

    This is the based heap version of free(); it frees memory on the
    based heap. seg is the selected segment, memblock is the allocated
    memory block to be freed. There is no return value. See free() for
    more information.

 Portability:   Not supported by the ANSI standard.


See Also: _bfreeseg() calloc() _expand() free() malloc() realloc()

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