#include <allocator.hh>
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 |