waLBerla 7.3
Loading...
Searching...
No Matches
Allocators.hpp File Reference

Detailed Description

#include "gpu/ErrorChecking.h"
#include <new>
#include <map>

Classes

class  walberla::v8::memory::Allocator< T, Backend >
 Aligned memory allocator with offset. More...
struct  walberla::v8::memory::Allocator< T, Backend >::rebind< U >
struct  walberla::v8::memory::allocator_backends::HostMemory
 Allocator backend for pageable host memory. More...

Namespaces

namespace  walberla
 Storage for detected contacts which can be used to perform actions for all contacts, e.g.
namespace  walberla::v8
namespace  walberla::v8::memory
namespace  walberla::v8::memory::allocator_backends

Typedefs

template<AllocatableType T>
using walberla::v8::memory::HostAllocator = Allocator<T, allocator_backends::HostMemory>
 Aligned allocator with offset for pageable host memory.