Ejemplo n.º 1
0
 internal void Free(BufferSegment segment)
 {
     FreeBufferSegment(segment);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Free or return a <see cref="BufferSegment"/>
 /// </summary>
 /// <param name="segment">The object to free or return to the pool</param>
 protected abstract void FreeBufferSegment(BufferSegment segment);