RE: c c and more c

2000-03-23 Thread Sean 'Shaleh' Perry
On 20-Mar-2000 Evan Moore wrote: > 2 quick questions: > > 1. has any1 written a wrapper for malloc and free that will provide some > usefull output for checking that all memory has been freed? > search the web, many partial solutions exist. The only good one i have ever used was purify. It is

Re: c c and more c

2000-03-20 Thread Colin Watson
[EMAIL PROTECTED] (Evan Moore) wrote: >1. has any1 written a wrapper for malloc and free that will provide some >usefull output for checking that all memory has been freed? I don't know about all memory having been freed, but have you tried the electric-fence package? -- Colin Watson

c c and more c

2000-03-20 Thread Evan Moore
2 quick questions: 1. has any1 written a wrapper for malloc and free that will provide some usefull output for checking that all memory has been freed? 2. is there a good mailing list for UNIX c developers? Thanx a bunch Evan