diff options
| author | ppedrot | 2012-09-18 14:26:42 +0000 |
|---|---|---|
| committer | ppedrot | 2012-09-18 14:26:42 +0000 |
| commit | 4422e16f529359bb96c7eee214b2b6648958ef48 (patch) | |
| tree | c8d77ca4070bcbc0ce2fc630564fedd9043fafed /checker/check_stat.ml | |
| parent | 7208928de37565a9e38f9540f2bfb1e7a3b877e6 (diff) | |
Cleaning interface of Util.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15817 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/check_stat.ml')
| -rw-r--r-- | checker/check_stat.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/check_stat.ml b/checker/check_stat.ml index 766c7c9beb..0e7aec1a8a 100644 --- a/checker/check_stat.ml +++ b/checker/check_stat.ml @@ -20,7 +20,7 @@ let memory_stat = ref false let print_memory_stat () = if !memory_stat then begin - Format.printf "total heap size = %d kbytes\n" (heap_size_kb ()); + Format.printf "total heap size = %d kbytes\n" (CObj.heap_size_kb ()); Format.print_newline(); flush_all() end |
