Example #1
0
        public void Dispose()
        {
            // Intentionally not calling Clear, because that would be unnecessary
            // computations to return all items to m_ItemAllocator as free.

            m_ItemAllocator.Dispose();
        }
 public void Dispose()
 {
     m_Mutex.Dispose();
     m_Allocator.Dispose();
 }