Changeset 6680
- Timestamp:
- 30/07/10 16:08:47 (19 months ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/admalloc.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/admalloc.cxx
r6672 r6680 22 22 // #define DUMP_MEMBLKS_AT_EXIT 23 23 24 #ifdef DEBUG 24 #ifdef DEBUG 25 25 // #define TEST_MEMBLKS 26 #define TRACE_ALLOCS 26 // #define TRACE_ALLOCS 27 #if defined(DEVEL_RALF) 28 #warning unit tests fail when TRACE_ALLOCS is defined (due to wrong sized block during load(?). cant fix atm. see [6672]) 29 #endif // DEVEL_RALF 27 30 #endif 28 31
