X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-sprof%2Fsb-sprof.lisp;h=ab1edf2c75a4a8da9860d02882ce3e269e1f7b43;hb=a53e74a650cf42012d8c66835e450acdf73c23d6;hp=5a5b3e7c27732bf4af507e22ea1fe7509506890f;hpb=5c0a884190d6c98448d86fb05e1e99df901c9bf8;p=sbcl.git diff --git a/contrib/sb-sprof/sb-sprof.lisp b/contrib/sb-sprof/sb-sprof.lisp index 5a5b3e7..ab1edf2 100644 --- a/contrib/sb-sprof/sb-sprof.lisp +++ b/contrib/sb-sprof/sb-sprof.lisp @@ -361,7 +361,7 @@ profiling") #-gencgc (get-page-size) #+gencgc - sb-vm:gencgc-alloc-granularity) + (max sb-vm:gencgc-alloc-granularity sb-vm:gencgc-card-bytes)) (declaim (type number *alloc-region-size*)) (defvar *samples* nil)