What are some techniques in detecting/debugging memory leak if you don\'t have trace tools?
One possibility could be to compile the code and execute it on a system where you can take advantage of built in tools (e.g. libumem on Solaris, or the libc capability on Linux)