C# (CSharp) GSF.IO.Unmanaged MemoryPool - 16 examples found. These are the top rated real world C# (CSharp) examples of GSF.IO.Unmanaged.MemoryPool extracted from open source projects. You can rate examples to help us improve the quality of examples.
This class allocates and pools unmanaged memory. Designed to be internally thread safe.
Be careful how this class is referenced. Deadlocks can occur when registering to event RequestCollection and when calling AllocatePage. See comments for these methods for considerations.