Closed asonje closed 2 years ago
@asonje Would you please add the copyFromByteBuffer
for MemoryPool? I am trying to write direct ByteBuffer to Pmem using MemoryPool, thanks a lot.
This PR now includes ByteBuffer support for MemoryPools; copyToByteBuffer
, copyFromByteBuffer
and copyFromByteBufferNT
Adds copy methods to and from ByteBuffers. Addresses #10