Function: allocator_create_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the aclrtAllocatorDesc type as an allocator description, which is mainly used to register callback functions.
Prototype
- C Prototype
1aclrtAllocatorDesc aclrtAllocatorCreateDesc()
- Python Function
1desc = acl.rt.allocator_create_desc()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
desc |
Int.
|
Parent topic: aclrtAllocatorDesc