Changeset 1221
- Timestamp:
- 15/12/2006 09:19:27 (5 years ago)
- File:
-
- 1 edited
-
box/chris/merge/lib/common/DebugMemLeakFinder.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/common/DebugMemLeakFinder.cpp
r1195 r1221 462 462 // where there is no doctor... need to override standard new() too 463 463 // 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 /* 464 467 void *operator new(size_t size) 465 468 { 466 469 return internal_new(size, "standard libraries", 0); 467 470 } 471 */ 468 472 469 473 void *operator new[](size_t size)
Note: See TracChangeset
for help on using the changeset viewer.
