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

/openjdk7/hotspot/test/gc/7168848/
H A DHumongousAlloc.java42 private static int MB = 1024 * 1024; field in class:HumongousAlloc
59 allocate((int) (size * MB), sleepTime, sleepFreq);
/openjdk7/jdk/src/share/bin/
H A Djava.h50 # define MB (1024UL * KB) macro
51 # define GB (1024UL * MB)
/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DUnixOperatingSystem_md.c63 #define MB (1024UL * 1024UL) macro
247 return (64 * MB);
328 return (128 * MB);
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1097 # define MB (1024UL * KB) macro
1098 # define GB (1024UL * MB)
1434 const uint64_t missing_memory = 256UL * MB;
1467 const uint64_t missing_memory = 256UL * MB;
1500 const uint64_t missing_memory = 256UL * MB;
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c804 # define MB (1024UL * KB) macro
805 # define GB (1024UL * MB)
830 *result = n * MB;

Completed in 50 milliseconds