FXDLLPUBLIC void * operator new[] ( size_t  size  )  throw (std::bad_alloc) [inline]

Global operator new replacement

Definition at line 473 of file FXMemoryPool.h.

References FX::malloc().

00474 {
00475     void *ret;
00476     if(!(ret=FX::malloc(size))) throw std::bad_alloc();
00477     return ret;
00478 }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:36 2009 for TnFOX by doxygen v1.4.7