Function AllocatedBuffer.releaseBack

Give bytes back to the buffer manager from the back of the buffer. These bytes can be removed in this operation or further operations and should no longer be used.

void releaseBack (
  size_t elements
);

Parameters

NameDescription
elements number of elements to release.