move some low-level mem tracking into MemoryHook, more mem tracking fixes

This commit is contained in:
David Rose
2007-06-29 01:39:09 +00:00
parent 33722a16c1
commit d52eb37b14
38 changed files with 707 additions and 822 deletions
-5
View File
@@ -348,11 +348,6 @@
// available, even if it is unused.
#defer DO_MEMORY_USAGE $[<= $[OPTIMIZE], 3]
// Should we attempt to override the global new and delete operators?
// It turns out this is usually a bad idea, but may be useful for
// development.
#define REDEFINE_GLOBAL_OPERATOR_NEW
// This option compiles in support for simulating network delay via
// the min-lag and max-lag prc variables. It adds a tiny bit of
// overhead even when it is not activated, so it is typically enabled