Method ReclaimReleasedPayloadBlocks
ReclaimReleasedPayloadBlocks()
Reclaims any and all freed memory blocks from the "tail" of the RingBuffer.
Declaration
public void ReclaimReleasedPayloadBlocks()
Remarks
Released memory doesn't actually become available for new allocations until this is called. It must be called from the main thread, typically once per frame.