This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FAQ FOOD! Re: scm_must_malloc and memory leaking?


Miroslav Silovic <silovic@zesoi.fer.hr> writes:

> Probably corrent. SCM, when serving as a pointer, is xored by
> something.

No, when a SCM contains a heap address, its 3 lowest bits are all
zero, thus it is the actual address.  Look in libguile/tags.h.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]