AllocatedBuffer.releaseFront

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

struct AllocatedBuffer(T, Allocator = GCNoPointerAllocator, size_t floorSize = 8192)
void
releaseFront
(
size_t elements
)

Meta