hi guys,does anyone have a good recipe for testing for leaks in .so extensions?eg, s.c has a bad memory leak:$ cat s.c#define KXVER 3#include"k.h"K s(K x){ return r1(r1(ktn(KG,xj)));}$ cat s.qs:s 2:(
s;1)K:1024{s K*K} each til 10exit 0$ gcc -m32 -shared -fPIC s.c -g -o s.sothanks,jack
watch heap with .Q.w
and ref counts with -16!x