From: ceriel Date: Tue, 7 Jun 1988 12:34:04 +0000 (+0000) Subject: changed a comment X-Git-Tag: release-5-5~3219 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9fb5d02aa90d3f096da0d581b29e7df6389f0766;p=ack.git changed a comment --- diff --git a/lang/m2/libm2/Storage.def b/lang/m2/libm2/Storage.def index 8b835e389..876b6860e 100644 --- a/lang/m2/libm2/Storage.def +++ b/lang/m2/libm2/Storage.def @@ -31,7 +31,11 @@ DEFINITION MODULE Storage; (* Identical to DEALLOCATE *) PROCEDURE Available(size : CARDINAL) : BOOLEAN; - (* Return TRUE if an area with the given size could be allocated. + (* Return TRUE if a contiguous area with the given size could be + allocated. + Notice that this only indicates if an ALLOCATE of this size + would succeed, and that it gives no indication of the total + available memory. *) END Storage.