home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / vm / src / temp < prev    next >
Encoding:
Text File  |  1993-12-15  |  427 b   |  18 lines

  1.  Purpose:  To Free the allocated block specified
  2.  
  3.  Input:
  4.        hbk The handle to the block to be freed
  5.  
  6.  Output:
  7.  
  8.  Exceptions:
  9.  
  10.  Notes:
  11.    On a free it might be nice to free complete pages, however this
  12.    causes terrible fragmentation. Its better to merge the free pages
  13.    and reallocate them.
  14.  
  15.    Also since free pages can only grow in size, cbMaxFree will stay
  16.    the same or grow. But it can't shrink.
  17.  
  18.