diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2000-03-03 19:29:11 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2000-03-03 19:29:11 +0000 |
commit | fe55dbbdab706f55f4a33f70c880ef1d77555d25 (patch) | |
tree | b319c75b77798922f5189c3966f642786a65042e | |
parent | 624e44413d3ff619b1a9c1147131008f36c686e3 (diff) |
petit changement de commentaire
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2900 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | byterun/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/memory.c b/byterun/memory.c index 7cc83f51d..0eba5c6ac 100644 --- a/byterun/memory.c +++ b/byterun/memory.c @@ -255,7 +255,7 @@ value alloc_shr (mlsize_t wosize, tag_t tag) } /* Use this function to tell the major GC to speed up when you use - finalized objects to automatically deallocate extra-heap objects. + finalized blocks to automatically deallocate extra-heap stuff. The GC will do at least one cycle every [max] allocated words; [mem] is the number of words allocated this time. Note that only [mem/max] is relevant. You can use numbers of bytes |