dune-fem
2.4.1-rc
|
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... | |
oriented to the STL Allocator funtionality
|
inlinestatic |
release memory previously allocated with malloc member
Referenced by Dune::Fem::DefaultDofAllocator< T >::realloc().
|
inlinestatic |
allocate array of nmemb objects of type T
Referenced by Dune::Fem::DefaultDofAllocator< T >::realloc().
|
inlinestatic |
allocate array of nmemb objects of type T
References Dune::Fem::DefaultDofAllocator< T >::free(), Dune::Fem::DefaultDofAllocator< T >::malloc(), and Dune::Std::min().