Dune::ISTLAllocator Class Reference
[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 int 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 (std::size_t 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 12 Dec 2007 with Doxygen (ver 1.5.1)