waLBerla 7.2
|
#include "AlignedAllocation.h"
#include "gpu/DeviceWrapper.h"
#include "gpu/ErrorChecking.h"
#include "core/debug/CheckFunctions.h"
#include "core/debug/Debug.h"
#include <map>
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::gpu |
Functions | |
void * | walberla::gpu::allocate_aligned_with_offset (uint_t size, uint_t alignment, uint_t offset) |
void | walberla::gpu::free_aligned_with_offset (void *ptr) |
void * | walberla::gpu::allocate_pitched_with_offset (size_t &pitchOut, size_t width, size_t height, size_t alignment, size_t alignmentOffset) |
Variables | |
static std::map< void *, void * > | walberla::gpu::freePointers_ |