chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Checking memory leaks.


From: felix winkelmann
Subject: Re: [Chicken-users] Checking memory leaks.
Date: Thu, 17 Nov 2005 18:26:59 +0100

I use valgrind (http://valgrind.org) sometimes, but it produces
a lot of output.


cheers,
felix

On 11/16/05, Pupeno <address@hidden> wrote:
> Hello,
> As you may know, I am making a xlib wrapper for Chicken[1], here I am
> interfacing with a lot of C code and I have the typical problems of having
> half the code garbage collected and the other half not.
> I think I codded it right, but I'd like to check somehow if I am leaking
> memory or not (thankfully, on this case, if I am, it'll be huge), is there
> any way to test it ? What do you recommend ? I used ElectricFence some years
> ago, but it is a C thing and I don't know if something like that would be
> helpfull.
> Thank you.
> --
> Pupeno <address@hidden> (http://pupeno.com)
>
> [1] http://pupeno.com/software/chicken-xlib/
>
>
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>
>
>
>




reply via email to

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