]> jfr.im git - irc/evilnet/x3.git/blob - docs/malloc-compare.txt
Added support for user modes +D, +R, +W, +H, +L and +q
[irc/evilnet/x3.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.