Skip to content
Snippets Groups Projects
Commit cef7a420 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix declaration of min-av-mem-age in generation-stats.

It's an int, not a double.
parent 0cf9036d
No related branches found
No related tags found
No related merge requests found
......@@ -581,7 +581,7 @@
(num-gc c-call:int)
(trigger-age c-call:int)
(cum-sum-bytes-allocated c-call:int)
(min-av-mem-age c-call:double)))
(min-av-mem-age c-call:int)))
(defun gencgc-stats (generation)
"Return some GC statistics for the specified GENERATION. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment