export DYNAMIC-SPACE-SIZE from SB-EXT
[sbcl.git] / src / code / gc.lisp
index 2d2dc84..e1ebb73 100644 (file)
@@ -176,6 +176,7 @@ NIL as the pathname."
         (native-pathname (cast val c-string)))))
   (declaim (inline dynamic-space-size))
   (defun dynamic-space-size ()
+    "Size of the dynamic space in bytes."
     (sb!alien:extern-alien "dynamic_space_size" os-vm-size-t)))
 \f
 ;;;; SUB-GC