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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3341 // large_page_size on Bsd is used to round up heap size. x86 uses either
3489 size_t os::large_page_size() { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3266 // large_page_size on Linux is used to round up heap size. x86 uses either
3410 size_t os::large_page_size() { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2894 if (large_page_size() < alignment_hint) {
2896 page_size = large_page_size();
3577 size_t os::large_page_size() { function in class:os
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3048 size_t os::large_page_size() { function in class:os

Completed in 134 milliseconds