waLBerla 7.3
Loading...
Searching...
No Matches

Detailed Description

Raw memory allocation/deallocation for different backends.

Each backend satisfies the AllocatorBackend concept and is responsible only for raw allocation and deallocation. They are not meant to be used directly; use the provided allocator type aliases instead (e.g. HostAllocator, DeviceAllocator).

Classes

struct  walberla::v8::memory::allocator_backends::HostMemory
 Allocator backend for pageable host memory. More...