|
waLBerla 7.3
|
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. | |