aclrtMallocConfig

1
2
3
4
typedef struct {
    aclrtMallocAttribute* attrs; 
    size_t numAttrs;     
} aclrtMallocConfig;

Member

Description

attrs

Attributes. This parameter is an array that can store multiple attributes. For details about the type definition, see aclrtMallocAttribute.

numAttrs

Number of attributes.