Changeset 6680

Show
Ignore:
Timestamp:
30/07/10 16:08:47 (19 months ago)
Author:
westram
Message:
  • do not TRACE_ALLOCS until block bug is fixed
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/admalloc.cxx

    r6672 r6680  
    2222// #define DUMP_MEMBLKS_AT_EXIT 
    2323 
    24 #ifdef DEBUG  
     24#ifdef DEBUG 
    2525// #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 
    2730#endif 
    2831