[inline]
operator delete with a specific pool
Definition at line 215 of file FXMemoryPool.h.
References FX::free().
00216 { 00217 if(p) FX::free(p, heap); 00218 }