Function: dvpp_free
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Frees the memory allocated by the acl.media.dvpp_malloc API.
Prototype
- C Prototype
1aclError acldvppFree(void *devPtr)
- Python Function
1ret = acl.media.dvpp_free(dev_ptr)
Parameter Description
|
Parameter |
Description |
|---|---|
|
dev_ptr |
Int, pointer address of the memory to be freed. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: Memory Allocation and Deallocation