Replace unSafe methods from DirectByteBuffer
Replaced unsafe memory allocation with Memory Class. Also, changed getter and setter methods to use memory insead of unsafe methods. The change has provided backing array for the direct byte buffers and memory accesses using memory methods would improve performance. Change-Id: Iebb7865d18360edb41a42d38daa7fc6b7e71ef28
Loading
Please sign in to comment