From: John Lam Date: 2006-06-02T06:10:00+09:00 Subject: How can I pin a Ruby object in memory? I have some data that I'm storing in a T_DATA VALUE. Is the data that's stored there part of the GC heap - IOW can it move in memory? If so, is there a way to pin it so that it doesn't move while I'm using it? Thanks! -John http://www.iunknown.com