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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.hpp196 static size_t pad_capacity(size_t size_bytes, size_t mult = 1) { argument
197 return size_bytes + MinObjAlignmentInBytes * mult;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java64 static native void copyIntArray(long dest_ptr, Object array, int size_bytes); argument
65 static native void copyLongArray(long dest_ptr, Object array, int size_bytes); argument

Completed in 26 milliseconds