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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.cpp122 bool result = special() || os::uncommit_memory(base_addr, bytes);
291 bool result = special() || os::uncommit_memory(base_addr, bytes);
H A DcardTableExtension.cpp667 if (!os::uncommit_memory((char*)uncommit_region.start(),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp870 if (!os::uncommit_memory(aligned_upper_new_high, upper_needs)) {
871 debug_only(warning("os::uncommit_memory failed"));
881 if (!os::uncommit_memory(aligned_middle_new_high, middle_needs)) {
882 debug_only(warning("os::uncommit_memory failed"));
892 if (!os::uncommit_memory(aligned_lower_new_high, lower_needs)) {
893 debug_only(warning("os::uncommit_memory failed"));
H A Dos.hpp285 static bool uncommit_memory(char* addr, size_t bytes);
H A Dos.cpp1463 bool os::uncommit_memory(char* addr, size_t bytes) { function in class:os
1489 return uncommit_memory(addr, bytes);
H A Dthread.cpp2476 if (os::uncommit_memory((char *) low_addr, len)) {
/openjdk7/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp117 os::uncommit_memory((char *)(uintptr_t)addr, size);
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp304 if (!os::uncommit_memory((char*)uncommit_region.start(),
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp3139 // munmap()ping them. If not, just call uncommit_memory().
3141 return os::uncommit_memory(addr, size);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3057 // munmap()ping them. If not, just call uncommit_memory(). This only
3069 return os::uncommit_memory(addr, size);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3223 return os::uncommit_memory(addr, size);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2941 return os::uncommit_memory(addr, size);

Completed in 159 milliseconds