Searched defs:allocationAddress (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeObject.java48 protected long allocationAddress; field in class:NativeObject
58 this.allocationAddress = address;
67 this.allocationAddress = address;
75 this.allocationAddress = unsafe.allocateMemory(size);
76 this.address = this.allocationAddress;
80 this.allocationAddress = a;
94 long allocationAddress() { method in class:NativeObject
95 return allocationAddress;

Completed in 342 milliseconds