Home
last modified time | relevance | path

Searched refs:allocationGranularity (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java230 private static final long allocationGranularity; field in FileChannelImpl
233 allocationGranularity = 0;
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java69 private static final long allocationGranularity; field in FileChannelImpl
975 int pagePosition = (int)(position % allocationGranularity); in map()
1011 assert (addr % allocationGranularity == 0); in map()
1290 allocationGranularity = initIDs();