From: matz@... (Yukihiro Matsumoto) Date: 2002-05-21T22:43:10+09:00 Subject: Re: Memory consumption. Hi, In message "Re: Memory consumption." on 02/05/21, Yohanes Santoso writes: |> Is there some method that tells me how much memory a certain object |> consumes? String: 5 words + (length + 1) bytes Fixnum: 1 word Array: 5 words + length words Object: (5 + 4) words + extra matz.