HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

         MSC: void *_expand( void *block, size_t size )
         MSC: void far *_fexpand( void far *block, size_t size )
         MSC: void near *_nexpand( void near *block, size_t size )

         MSC: void _based(void) *_bexpand( _segment seg,
                   void _based(void) *block, size_t size )


       - prototype in malloc.h

       - block = pointer to previously allocated memory block
       - size = new size in bytes
       - seg = based segment value
       - returns pointer to reallocated memory block on success or NULL
         if not;  (_bexpand returns -1 on failure)

Esc or Alt-X to exit _expand Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann