Dune Core Modules (unstable)

mallocallocator.hh File Reference

Allocators that use malloc/free. More...

#include <exception>
#include <cstdlib>
#include <new>
#include <utility>

Go to the source code of this file.

Classes

class  Dune::MallocAllocator< T >
 Allocators implementation which simply calls malloc/free. More...
 

Namespaces

 Dune
 Dune namespace.
 

Functions

template<class T >
constexpr bool Dune::operator== (const MallocAllocator< T > &, const MallocAllocator< T > &)
 check whether allocators are equivalent
 
template<class T >
constexpr bool Dune::operator!= (const MallocAllocator< T > &, const MallocAllocator< T > &)
 check whether allocators are not equivalent
 

Detailed Description

Allocators that use malloc/free.

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 3, 22:32, 2024)