36 #ifndef NEKTAR_LIB_UTILITIES_BASIC_UTILS_NEK_PTR_HPP 
   37 #define NEKTAR_LIB_UTILITIES_BASIC_UTILS_NEK_PTR_HPP 
  124 #endif //NEKTAR_LIB_UTILITIES_BASIC_UTILS_NEK_PTR_HPP 
NekPtr(T *d, unsigned int s)
 
NekPtr(const NekPtr< T > &rhs)
 
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
 
void Swap(NekPtr< T > &rhs)
 
static void RawDeallocate(DataType *array, unsigned int NumberOfElements)
Deallocates memory allocated from RawAllocate. 
 
NekPtr< T > & operator=(const NekPtr< T > &rhs)