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
-3
View File
@@ -154,9 +154,6 @@
// We need 64-bit file i/o
#define __USE_LARGEFILE64 1
// Must global operator new and delete functions throw exceptions?
#define GLOBAL_OPERATOR_NEW_EXCEPTIONS 1
// Modern versions of gcc do support the latest STL allocator
// definitions.
#define USE_STL_ALLOCATOR 1