Jive wrote: > The short form of the question is, how can I trace memory usage > (preferably from C) with an eye toward finding out if I'm leaking memory? Have you looked at efence or dmalloc? I don't know if either could be ported to your RTOS. efence depends on the hardware and both make assumptions on the memory allocation schemes.