Skip to content

Commit

Permalink
Expose NativeUnderlyingMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed May 10, 2021
1 parent d665ad7 commit 2f5fdb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class NativeUnderlyingMemory extends AllocationManager {
* @param size Size of underlying memory (in bytes)
* @param nativeInstanceId ID of the native instance
*/
NativeUnderlyingMemory(BufferAllocator accountingAllocator, int size, long nativeInstanceId, long address) {
public NativeUnderlyingMemory(BufferAllocator accountingAllocator, int size, long nativeInstanceId, long address) {
super(accountingAllocator);
this.size = size;
this.nativeInstanceId = nativeInstanceId;
Expand Down

0 comments on commit 2f5fdb4

Please sign in to comment.