Function: allocator_destroy_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Destroys data of the aclrtAllocatorDesc type created by the acl.rt.allocator_create_desc call.
Prototype
- C Prototype
1aclError aclrtAllocatorDestroyDesc(aclrtAllocatorDesc alloctorDesc)
- Python Function
1ret = acl.rt.allocator_destroy_desc(alloctorDesc)
Parameter Description
Parameter |
Description |
|---|---|
allocatorDesc |
Int, aclrtAllocatorDesc data to be destroyed. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, 0 on success; else, failure. |
Parent topic: aclrtAllocatorDesc