template<typename T, int alignment>
void FX::aligned_allocator< T, alignment >::deallocate ( T *  p,
const size_t  n 
) const [inline]

Definition at line 182 of file FXMemoryPool.h.

References FX::free().

00182                                                 {
00183         free(p, 0);
00184     }


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