Dune::ISTLAllocator Class Reference
[Iterative Solvers Template Library (ISTL)]

#include <allocator.hh>

List of all members.


Detailed Description

Default allocator for ISTL.

The default allocator for the sparse matrix vector classes:


Public Types

typedef std::size_t size_type
 The size type.
typedef std::ptrdiff_t difference_type
 The difference type to meassure the distance between two pointers.

Static Public Member Functions

template<class T>
static T * malloc (size_type nmemb)
 allocate array of nmemb objects of type T
template<class T>
static void free (T *p)
 release memory previously allocated with malloc member

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

Generated on Tue Jul 28 22:29:17 2009 for dune-istl by  doxygen 1.5.6