1.0.23.40: export page sizes to C with LU suffix
[sbcl.git] / contrib / sb-sprof / sb-sprof.lisp
index 902cefc..3b6aad6 100644 (file)
@@ -363,7 +363,7 @@ profiling")
   ;; This hardcoded 2 matches the one in gc_find_freeish_pages. It's not
   ;; really worth genesifying.
   #+gencgc
-  (* 2 sb-vm:gencgc-page-size))
+  (* 2 sb-vm:gencgc-page-bytes))
 (declaim (type number *alloc-region-size*))
 
 (defvar *samples* nil)