Changeset 3610
- Timestamp:
- 07/24/08 12:59:03 (4 months ago)
- Files:
-
- trunk/projects/bos/m2/allocation.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/m2/allocation.lisp
r3609 r3610 351 351 (assert (= n (length result))) 352 352 (decf (allocation-area-free-m2s area) n) 353 (return (mapcar (alexandria:curry #'apply #'ensure-m2) result)))353 (return result)) 354 354 (when (> (get-internal-real-time) deadline) 355 355 (return nil)))))))
