aclrtCmoGetDescSize
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
☓ |
Description
Obtains the memory size used by the cache memory descriptor of the current device.
Prototype
aclError aclrtCmoGetDescSize(size_t *size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
size |
Output |
Size of the cache memory descriptor, in bytes. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Memory Management