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>_bmsize() return size of based heap memory block</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _bmsize()               Return Size of Based Heap Memory Block

 #include    <malloc.h>

 size_t _bmsize(seg, memblock);
 _segment seg;                          Based heap segment selector
 void _based(void) *memblock;           Allocate memory block

    This is the based heap version of _msize(); it returns the number
    of bytes in the based heap memory block memblock, which is itself
    in the segment indicated by seg. See _msize() for more information.

    Returns:    Size in bytes.

 Portability:   Not supported by the ANSI standard.


See Also: calloc() _expand() _fmalloc() malloc() _msize()

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