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

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

Inheritance diagram for Dune::Fem::DefaultDofAllocator< size_t >:
Inheritance graph

Static Public Member Functions

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

Member Function Documentation

static void Dune::Fem::SimpleDofAllocator< size_t >::free ( size_t *  p)
inlinestaticinherited

release memory previously allocated with malloc member

static size_t * Dune::Fem::SimpleDofAllocator< size_t >::malloc ( size_t  nmemb)
inlinestaticinherited

allocate array of nmemb objects of type T

static size_t * Dune::Fem::SimpleDofAllocator< size_t >::realloc ( size_t *  oldMem,
size_t  oldSize,
size_t  nmemb 
)
inlinestaticinherited

allocate array of nmemb objects of type T


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