acldvppFree
Description
Frees memory allocated using acldvppMalloc. This API is synchronous.
Prototype
aclError acldvppFree(void *devPtr)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
devPtr |
Input |
Pointer to memory to free. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Memory Allocation and Deallocation