Minor #1
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.