[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Erik de Castro Lopo <ocaml-erikd@m...> |
| Subject: | Re: [Caml-list] Determining memory usage? |
On Sun, 13 Feb 2005 09:31:48 +0100 Remi Vanicat <remi.vanicat@gmail.com> wrote: > Then you have to look to the Gc module of the stdlib, in particular > the Gc.stat function Thanks Remi, the heap_words field of the stat record seems to be what I want. However sicne that field is in words, I'm looking for a way to figure out the word_size (4 vs 8 bytes) so I can do a calculation that is correct on 32 and 64 but systems. Any further clues? TIA, Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ "life is too long to know C++ well" -- Erik Naggum