7.32. cudaMemPoolProps Struct Reference

[Data types used by CUDA Runtime]

Specifies the properties of allocations made from the pool.

Public Variables

enumcudaMemAllocationType allocType
enumcudaMemAllocationHandleType handleTypes
struct cudaMemLocation location
unsigned char  reserved[64]
void * win32SecurityAttributes

Variables

enumcudaMemAllocationTypecudaMemPoolProps::allocType [inherited]

Allocation type. Currently must be specified as cudaMemAllocationTypePinned

enumcudaMemAllocationHandleTypecudaMemPoolProps::handleTypes [inherited]

Handle types that will be supported by allocations from the pool.

struct cudaMemLocationcudaMemPoolProps::location [inherited]

Location allocations should reside.

unsigned char cudaMemPoolProps::reserved[64] [inherited]

reserved for future use, must be 0

void * cudaMemPoolProps::win32SecurityAttributes [inherited]

Windows-specific LPSECURITYATTRIBUTES required when cudaMemHandleTypeWin32 is specified. This security attribute defines the scope of which exported allocations may be tranferred to other processes. In all other cases, this field is required to be zero.