dune-fem  2.4.1-rc
Static Public Member Functions | List of all members
Dune::Fem::DefaultDofAllocator< T > Class Template Reference

oriented to the STL Allocator funtionality More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/arrays.hh>

Static Public Member Functions

static T * malloc (size_t nmemb)
 allocate array of nmemb objects of type T More...
 
static void free (T *p)
 release memory previously allocated with malloc member More...
 
static T * realloc (T *oldMem, size_t oldSize, size_t nmemb)
 allocate array of nmemb objects of type T More...
 

Detailed Description

template<class T>
class Dune::Fem::DefaultDofAllocator< T >

oriented to the STL Allocator funtionality

Member Function Documentation

template<class T >
static void Dune::Fem::DefaultDofAllocator< T >::free ( T *  p)
inlinestatic

release memory previously allocated with malloc member

Referenced by Dune::Fem::DefaultDofAllocator< T >::realloc().

template<class T >
static T* Dune::Fem::DefaultDofAllocator< T >::malloc ( size_t  nmemb)
inlinestatic

allocate array of nmemb objects of type T

Referenced by Dune::Fem::DefaultDofAllocator< T >::realloc().

template<class T >
static T* Dune::Fem::DefaultDofAllocator< T >::realloc ( T *  oldMem,
size_t  oldSize,
size_t  nmemb 
)
inlinestatic

The documentation for this class was generated from the following file: