[xsd-users] in memory footprint

Boris Kolpackov boris at codesynthesis.com
Fri Oct 10 10:18:42 EDT 2008


Hi Ray,

Rizzuto, Raymond <Raymond.Rizzuto at sig.com> writes:

> The slow exit was all the static allocations being deallocated, 
> and the memory tracker not finding them because of the mem_reset's.

Yes, it is a very crude memory profiler ;-). It slows down memory
allocations/deallocations significantly due to the linear search 
used in mem_map. The speed of the test shouldn't be used as any
kind of indication of what it will be in the actual application.

Boris




More information about the xsd-users mailing list