Changeset 1221


Ignore:
Timestamp:
15/12/2006 09:19:27 (5 years ago)
Author:
chris
Message:

Disable standard library memory leak debugging, as it causes hangs on FC2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/common/DebugMemLeakFinder.cpp

    r1195 r1221  
    462462// where there is no doctor... need to override standard new() too 
    463463// http://www.relisoft.com/book/tech/9new.html 
     464// disabled because it causes hangs on FC2 in futex() in test/common 
     465// while reading files. reason unknown. 
     466/* 
    464467void *operator new(size_t size) 
    465468{ 
    466469        return internal_new(size, "standard libraries", 0); 
    467470} 
     471*/ 
    468472 
    469473void *operator new[](size_t size) 
Note: See TracChangeset for help on using the changeset viewer.