0
[inline]
operator new with a specific pool
Definition at line 207 of file FXMemoryPool.h.
References FX::malloc().
00208 { 00209 void *ret; 00210 if(!(ret=FX::malloc(size, heap, alignment))) throw std::bad_alloc(); 00211 return ret; 00212 }