home *** CD-ROM | disk | FTP | other *** search
- Purpose: To Free the allocated block specified
-
- Input:
- hbk The handle to the block to be freed
-
- Output:
-
- Exceptions:
-
- Notes:
- On a free it might be nice to free complete pages, however this
- causes terrible fragmentation. Its better to merge the free pages
- and reallocate them.
-
- Also since free pages can only grow in size, cbMaxFree will stay
- the same or grow. But it can't shrink.
-
-