Hi folks, Now that we've implemented the new memory management framework, it would be nice to have some confidence that we're using it correctly and comprehensively. I'll shortly commit some tests that exercise per-parser handlers, and ensure that all memory that the handlers allocate is deleted, and that it's deleted by the right handler. But it's a little less clear how we'd write a test to make sure that there aren't any places in the code that are calling global new directly; i.e., it's not completely obvious (to me anyway) how one tests that the pluggable mechanism is always used.
Anyone have some thoughts on how one might go about doing this in a compiler/OS agnostic manner? Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 905-413-3519, T/L 969-3519 E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
