MallocFailure.st
changeset 14874 54f39b93b5a2
parent 7594 4a9a55f9377e
child 18033 c90d8fdd805d
--- a/MallocFailure.st	Thu Mar 14 00:44:07 2013 +0100
+++ b/MallocFailure.st	Thu Mar 14 00:47:08 2013 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 AllocationFailure subclass:#MallocFailure
@@ -33,10 +32,18 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    raised when a malloc (non-object memory allocation) fails.
+    Typically by ExternalBytes and similar classes.
+"
 ! !
 
 !MallocFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MallocFailure.st,v 1.2 2003-08-30 12:33:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MallocFailure.st,v 1.3 2013-03-13 23:47:08 cg Exp $'
 ! !
+