chicken-users
[Top][All Lists]
Advanced

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

Re: Re: [Chicken-users] binary data


From: john
Subject: Re: Re: [Chicken-users] binary data
Date: Tue, 12 Sep 2006 20:01:17 +0100

Thanks guys for the responses.

Another related question...

If I allocate memory in Chicken using a byte-vector and pass this over
to C, what happens if the C code consumes the memory and does a
realloc on its pointer? I am guessing Chicken (byte-vector-length)
would just not know about any extra bytes created but I could still
call file-write on the byte-vector with the new byte size if I obtain
it from C?

Cheers,

John.




reply via email to

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