Class CUmemAllocationProp

    • Constructor Detail

      • CUmemAllocationProp

        public CUmemAllocationProp()
        Default native constructor.
      • CUmemAllocationProp

        public CUmemAllocationProp​(long size)
        Native array allocator. Access with Pointer.position(long).
      • CUmemAllocationProp

        public CUmemAllocationProp​(Pointer p)
        Pointer cast constructor. Invokes Pointer(Pointer).
    • Method Detail

      • type

        @Cast("CUmemAllocationType")
        public int type()
        Allocation type
      • requestedHandleTypes

        @Cast("CUmemAllocationHandleType")
        public int requestedHandleTypes()
        requested ::CUmemAllocationHandleType
      • win32HandleMetaData

        public Pointer win32HandleMetaData()
        Windows-specific LPSECURITYATTRIBUTES required when ::CU_MEM_HANDLE_TYPE_WIN32 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.
      • reserved

        @Cast("unsigned long long")
        public long reserved()
        Reserved for future use, must be zero