aclrtCopyBufRef

Description

Performs reference copy on the data area of the shared buffer and creates and returns a new Mbuf management structure pointing to the same data area.

Prototype

aclError aclrtCopyBufRef(const aclrtMbuf buf, aclrtMbuf *newBuf)

Parameters

Parameter

Input/Output

Description

buf

Input

Shared buffer.

The shared buffer can be obtained by calling aclrtAllocBuf or aclrtCopyBufRef.

newBuf

Output

A new shared buffer, pointing to the same data area.

Returns

0 on success; else, failure. For details, see aclError.