dune-common
2.4.1
|
#include <dune/common/unused.hh>
#include <exception>
#include <typeinfo>
#include <vector>
#include <iostream>
#include <cstring>
#include <cstdint>
#include <cstdlib>
#include <new>
#include "mallocallocator.hh"
Go to the source code of this file.
Classes | |
class | Dune::DebugAllocator< T > |
Allocators implementation which performs different kind of memory checks. More... | |
class | Dune::DebugAllocator< void > |
struct | Dune::DebugAllocator< void >::rebind< U > |
class | Dune::DebugAllocator< T > |
Allocators implementation which performs different kind of memory checks. More... | |
struct | Dune::DebugAllocator< T >::rebind< U > |
Namespaces | |
Dune | |
Dune namespace. | |
Enumerations | |
enum | DummyProtFlags { PROT_NONE, PROT_WRITE, PROT_READ } |
enum DummyProtFlags |