holoscan::utils::cuda::CudaHostMappedAllocator

Beta
View as Markdown

CUDA Host Mapped Allocator.

This allocator allocates memory on the host, which is also mapped to the device.

#include <holoscan/utils/cuda/buffer.hpp>

Methods

operator()

bool holoscan::utils::cuda::CudaHostMappedAllocator::operator()(
void **ptr,
size_t size
) const