Method FreeBuffer
FreeBuffer(ByteBuffer)
Try to unmap the buffer, this method silently fails if no support for that in the runtime. On Windows, this leads to the fact, that mmapped files cannot be modified or deleted.
Declaration
protected override void FreeBuffer(ByteBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
ByteBuffer | buffer |