Penguin

Differences between current version and revision by previous author of BestFit.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 3 Last edited on Friday, August 15, 2003 6:47:23 pm by AristotlePagaltzis
Older page: version 2 Last edited on Saturday, November 16, 2002 7:38:52 pm by PerryLorier Revert
@@ -3,5 +3,5 @@
 BestFit tends to be slow, and, if allocations are of dynamic size tends to lead to having lots of very small spaces left free. For instance, if there are a 10 byte, 20 byte or 30 byte region free and you are trying to allocate "9" bytes, you will use the 10 byte region leaving 1 byte, 20 byte and 30 bytes free. The 1 byte region is unlikely to be allocated. 
  
 See WorstFit, FirstFit 
  
-Catagory : AllocationAlgorithm 
+Category : AllocationAlgorithm