HIP: Heterogenous-computing Interface for Portability
Public Attributes | List of all members
hipMemPoolProps Struct Reference

#include <hip_runtime_api.h>

Collaboration diagram for hipMemPoolProps:
Collaboration graph
[legend]

Public Attributes

hipMemAllocationType allocType
 Allocation type. Currently must be specified as hipMemAllocationTypePinned.
 
hipMemAllocationHandleType handleTypes
 Handle types that will be supported by allocations from the pool.
 
hipMemLocation location
 Location where allocations should reside.
 
void * win32SecurityAttributes
 
unsigned char reserved [64]
 Reserved for future use, must be 0.
 

Detailed Description

Specifies the properties of allocations made from the pool.

Member Data Documentation

◆ win32SecurityAttributes

void* hipMemPoolProps::win32SecurityAttributes

Windows-specific LPSECURITYATTRIBUTES required when hipMemHandleTypeWin32 is specified


The documentation for this struct was generated from the following file: