I know about Cache Manager (Shift+Alt+M), but I am looking for a way to clear memory DURING cooking. Otherwise definition will crash.
I tried rewriting fuse SOP in VEX, but with the same problem:
int points[]=pcfind(0,"P",@P,0.0000001,200);
pop(points,0);
foreach(int i; points){
removepoint(0,i);
}