Skip to content

Minor #1

Compare
Choose a tag to compare
@Sewer56 Sewer56 released this 02 Jan 02:04
· 224 commits to master since this release

This update brings you the new implementation of PrivateMemoryBuffer.

The PrivateMemoryBuffer is a MemoryBuffer at heart, directly inheriting from MemoryBuffer. The catch is that it is not shared and can be disposed by you from unmanaged memory once you are done using it.