[inline]
operator delete with a specific pool
Definition at line 221 of file FXMemoryPool.h.
References FX::free().
00222 { 00223 if(p) FX::free(p, heap); 00224 }