X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-sprof%2Fsb-sprof.lisp;h=3b6aad6990a7237b6a1411c486524c6b866971ec;hb=5cf3c4259d529e180d75d4d140f344e600d2b06b;hp=902cefcf8f1f05da629be29964b985338639dd14;hpb=6bce87e4926f16d6dc70a3163a8bbde4303ea61d;p=sbcl.git diff --git a/contrib/sb-sprof/sb-sprof.lisp b/contrib/sb-sprof/sb-sprof.lisp index 902cefc..3b6aad6 100644 --- a/contrib/sb-sprof/sb-sprof.lisp +++ b/contrib/sb-sprof/sb-sprof.lisp @@ -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)