Function: allocator_create_desc
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Creates data of the aclrtAllocatorDesc type, indicating the Allocator description, which is mainly used to register callback functions.
Prototype
- C Prototype
1aclrtAllocatorDesc aclrtAllocatorCreateDesc()
- Python Function
1desc = acl.rt.allocator_create_desc()
Parameters
None
Return Value
Returned Value |
Description |
|---|---|
desc |
int.
|
Parent topic: aclrtAllocatorDesc