1 Index: src/common/classes/alloc.h
2 ===================================================================
3 RCS file: /cvsroot/firebird/firebird2/src/common/classes/alloc.h,v
4 retrieving revision 1.71
5 diff -u -p -r1.71 alloc.h
6 --- src/common/classes/alloc.h 26 Sep 2007 17:48:20 -0000 1.71
7 +++ src/common/classes/alloc.h 20 May 2009 02:20:08 -0000
9 #include <stdlib.h> /* XPG: prototypes for malloc/free have to be in
15 #define THROW_BAD_ALLOC
16 @@ -448,15 +449,6 @@ inline void* operator new[](size_t s) TH
20 -inline void* operator new(size_t, void* ptr) throw()
24 -inline void* operator new[](size_t, void* ptr) throw()
29 inline void operator delete(void* mem) throw()
31 Firebird::MemoryPool::globalFree(mem);