export DYNAMIC-SPACE-SIZE from SB-EXT
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 19 Nov 2011 14:37:03 +0000 (16:37 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 19 Nov 2011 15:04:37 +0000 (17:04 +0200)
doc/manual/beyond-ansi.texinfo
package-data-list.lisp-expr
src/code/gc.lisp

index 1b4e422..9e62530 100644 (file)
@@ -57,6 +57,7 @@ Extensions}.
 
 @include var-sb-ext-star-gc-run-time-star.texinfo
 @include fun-sb-ext-bytes-consed-between-gcs.texinfo
+@include fun-sb-ext-dynamic-space-size.texinfo
 @include fun-sb-ext-setf-gc-logfile.texinfo
 @include fun-sb-ext-gc-logfile.texinfo
 @include fun-sb-ext-generation-average-age.texinfo
index e27b6e8..58915b0 100644 (file)
@@ -626,6 +626,7 @@ like *STACK-TOP-HINT* and unsupported stuff like *TRACED-FUN-LIST*."
                "GC" "GET-BYTES-CONSED"
                "*GC-RUN-TIME*"
                "PURIFY"
+               "DYNAMIC-SPACE-SIZE"
                ;; Gencgc only, but symbols exist for manual building
                ;; convenience on all platforms.
                "GENERATION-AVERAGE-AGE"
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