chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] FFI and allocation/garbage collection


From: Alex
Subject: [Chicken-users] FFI and allocation/garbage collection
Date: Wed, 12 Jul 2006 17:54:52 +0100

Hello,

I was wondering how the FFI wraps C functions which return strings. When
the C strings are converted into Scheme strings, is the data copied (so
that the Scheme string is an ordinary GC-able Scheme object), or does
the Scheme string share the C string's data, so that automatic GC is not
possible?

Thanks,
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]