Searched refs:MAP_ALIGN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp159 #define MAP_ALIGN 0x200 /* addr specifies alignment */ macro
2796 // The mmap MAP_ALIGN flag is supported on Solaris 9 and later. init_2() will
3161 flags |= MAP_ALIGN;
5360 // use this first mmap call to check support for MAP_ALIGN.
5363 MAP_PRIVATE | MAP_ALIGN,

Completed in 1041 milliseconds