コード例 #1
0
ファイル: memoryPool.cs プロジェクト: iLanceS/fastCSharp
 private void clear(int count)
 {
     pool.Clear(count);
 }