Author: ksprotte Date: Fri Jan 18 04:34:29 2008 New Revision: 2346
Modified: branches/bos/projects/bos/m2/allocation-cache.lisp Log: small ch
Modified: branches/bos/projects/bos/m2/allocation-cache.lisp ============================================================================== --- branches/bos/projects/bos/m2/allocation-cache.lisp (original) +++ branches/bos/projects/bos/m2/allocation-cache.lisp Fri Jan 18 04:34:29 2008 @@ -136,7 +136,7 @@ (<= 1 n +threshold+))
(defun find-exact-match (n &key remove) - "Will return a free contigous region of size N + "Will return a free contiguous region of size N as a list of m2 instances. If no such region exactly matching N can be found, simply returns NIL.