I've added a custom allocator for all primitive data so we can intercept memory calls for debugging fluxus in a slightly saner way than using valgrind.
great! i hope we can find the leak with this.
i had to change malloc.h to stdlib.h in Allocator.h to make it compile on osx. i think this does not break anything in linux.
best, gabor
