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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2931 // Define MADV_HUGEPAGE here so we can build HotSpot on old systems.
2932 #ifndef MADV_HUGEPAGE
2933 #define MADV_HUGEPAGE 14 macro
2974 // We don't check the return value: madvise(MADV_HUGEPAGE) may not
2976 ::madvise(addr, bytes, MADV_HUGEPAGE);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2726 // Define MADV_HUGEPAGE here so we can build HotSpot on old systems.
2727 #ifndef MADV_HUGEPAGE
2728 #define MADV_HUGEPAGE 14 macro
2787 // We don't check the return value: madvise(MADV_HUGEPAGE) may not
2789 ::madvise(addr, bytes, MADV_HUGEPAGE);

Completed in 130 milliseconds