cuda::experimental::stf::deallocateHostMemory
Defined in include/cuda/experimental/__stf/utility/memory.cuh
-
inline void cuda::experimental::stf::deallocateHostMemory(void *p, size_t sz, const cuda::std::source_location loc = cuda::std::source_location::current())
Deallocates memory allocated with
allocateHostMemory
immediately.- Parameters
p – pointer to memory chunk
sz – size in bytes
loc – location of the call, defaulted