A long time ago, Bernd Abel wrote: > > I'm using a simple C library which traces all allocations (i.e. > MemHandleNew, MemPtrNew, new operator) and deallocations (MemHandleFree, > MemPtrFree, delete operator) at runtime and writes the corresponding > informations (chunk addresses, sizes, files, line numbers etc.) as XML > tags to the host.
Is there a reason why you force the code to use macros instead of setting trap addresses? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
