dvpp_free
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
Function Usage
Frees device memory.
acl.himpi.dvpp_free frees only memory allocated by the acl.himpi.dvpp_malloc call.
Prototype
- C Prototype
1hi_s32 hi_mpi_dvpp_free(hi_void *dev_ptr)
- Python Function
1ret = acl.himpi.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: Common APIs