Function: destroy_data_buffer

C Prototype

aclError aclDestroyDataBuffer(const aclDataBuffer *dataBuffer)

Python Function

ret = acl.destroy_data_buffer(data_buffer)

Function Usage

Destroys data of the aclDataBuffer type.

For aclDataBuffer data created by the acl.create_data_buffer call, the input data buffer needs to be freed by the user.

Input Description

data_buffer: int, pointer address of aclDataBuffer.

Return Value

ret: int, error code.

Restrictions

None