1.0.9.61: Fix %report-reader-error
[sbcl.git] / contrib / sb-sprof / sb-sprof.lisp
index b68c78b..a6e461c 100644 (file)
@@ -345,7 +345,7 @@ profiling")
 
 (defvar *alloc-region-size*
   #-gencgc
-  4096
+  (get-page-size)
   ;; This hardcoded 2 matches the one in gc_find_freeish_pages. It's not
   ;; really worth genesifying.
   #+gencgc