fix possible crash on user deletion
[srvx.git] / docs / malloc-compare.txt
1                 SYSTEM          DMALLOC         MPATROL         BOEHM-GC
2 After linking
3 TIME            0h00m21s        0h52m06s        fail            0h00m43s
4 SIZE            96996kB         273340kB        fail            167432kB
5
6 Notes: boehm-gc complains a lot about memory leaks during startup,
7 even though the dmalloc does not report it as leaked.  Not sure why
8 this is so; presumably a GC root has not been registered correctly.