ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
CudaHostAllocator.cu File Reference
#include "CudaHostAllocator.hpp"
#include <cstddef>
#include <new>

Go to the source code of this file.

Functions

void cuda_malloc_host (void **p, std::size_t n)
 
void cuda_free_host (void *p)
 

Function Documentation

◆ cuda_free_host()

void cuda_free_host ( void *  p)

Definition at line 32 of file CudaHostAllocator.cu.

Referenced by CudaHostAllocator< T >::deallocate().

◆ cuda_malloc_host()

void cuda_malloc_host ( void **  p,
std::size_t  n 
)

Definition at line 24 of file CudaHostAllocator.cu.

Referenced by CudaHostAllocator< T >::allocate().