From 9fb5d02aa90d3f096da0d581b29e7df6389f0766 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 7 Jun 1988 12:34:04 +0000 Subject: [PATCH] changed a comment --- lang/m2/libm2/Storage.def | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- 2.34.1