From: pere.noel@... (=?ISO-8859-1?Q?Une_b=E9vue?=) Date: 2006-09-01T15:05:30+09:00 Subject: Re: [C ext 2 Ruby] questions about rb_iv_set/get Timothy Hunter wrote: > Assuming you're using one of the rb_str_new family of functions to > create Ruby String objects from C strings, Ruby makes a copy of the C > string in Ruby-managed memory. In general Ruby objects are always in > Ruby-managed memory unless you're wrapping one of your own C structures > into a Ruby object with Data_Wrap_Struct. ok, fine, thanks, for this precise answer ! -- une b�vue