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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3408 char* os::reserve_memory_special(size_t bytes, char* req_addr, bool exec) { function in class:os
3477 // detaching the SHM segment will also delete it, see reserve_memory_special()
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3330 char* os::reserve_memory_special(size_t bytes, char* req_addr, bool exec) { function in class:os
3399 // detaching the SHM segment will also delete it, see reserve_memory_special()
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3508 char* os::reserve_memory_special(size_t size, char* addr, bool exec) { function in class:os
3566 // detaching the SHM segment will also delete it, see reserve_memory_special()
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3015 // will go thru reserve_memory_special rather than thru here.
3063 char* os::reserve_memory_special(size_t bytes, char* addr, bool exec) { function in class:os

Completed in 113 milliseconds