acldvppFree
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Description
Frees memory allocated using acldvppMalloc.
Prototype
aclError acldvppFree(void *devPtr)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
devPtr |
Input |
Pointer to memory to free. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Memory Allocation and Deallocation