dune-fem
2.4.1-rc
|
#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... | |
allocator for simple structures like int, double and float using the C malloc,free, and realloc
|
inlinestatic |
release memory previously allocated with malloc member
|
inlinestatic |
allocate array of nmemb objects of type T
|
inlinestatic |
allocate array of nmemb objects of type T