Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FAQ FOOD! Re: scm_must_malloc and memory leaking?
Greg Harvey <Greg.Harvey@thezone.net> writes:
> This looks much more like the leak detector is not understanding the
> gc than actual memory leaks. For the most part, they're of dubious
> value if you're doing anything besides straight malloc/free things.
Probably corrent. SCM, when serving as a pointer, is xored by
something. Since most memory detectors work like conservative GC, they
miss /all/ the guile pointers.
--
I refuse to use .sig
Guile Home |
Main Index |
Thread Index