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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.cpp105 os::commit_memory(base_addr, bytes, alignment(), !ExecMem);
158 os::commit_memory(commit_base, tmp_bytes, alignment(), !ExecMem)) {
274 os::commit_memory(base_addr, bytes, alignment(), !ExecMem);
327 os::commit_memory(commit_base, tmp_bytes, alignment(), !ExecMem)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp748 if (!os::commit_memory(lower_high(), lower_needs, _executable)) {
749 debug_only(warning("INFO: os::commit_memory(" PTR_FORMAT
761 if (!os::commit_memory(middle_high(), middle_needs, middle_alignment(),
763 debug_only(warning("INFO: os::commit_memory(" PTR_FORMAT
775 if (!os::commit_memory(upper_high(), upper_needs, _executable)) {
776 debug_only(warning("INFO: os::commit_memory(" PTR_FORMAT
H A Dos.hpp81 // Executable parameter flag for os::commit_memory() and
275 static bool commit_memory(char* addr, size_t bytes, bool executable);
276 static bool commit_memory(char* addr, size_t size, size_t alignment_hint,
278 // Same as commit_memory() that either succeeds or calls
H A Dos.cpp1434 bool os::commit_memory(char* addr, size_t bytes, bool executable) { function in class:os
1442 bool os::commit_memory(char* addr, size_t size, size_t alignment_hint, function in class:os
/openjdk7/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp112 os::commit_memory((char *)(uintptr_t)addr, size, !ExecMem);
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp63 if (!os::commit_memory(mapAddress, size, !ExecMem)) {
H A Dos_bsd.cpp2894 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
3135 return os::commit_memory(addr, size, !ExecMem);
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp63 if (!os::commit_memory(mapAddress, size, !ExecMem)) {
H A Dos_linux.cpp2668 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
2676 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
2800 commit_memory(addr, bytes, alignment_hint, !ExecMem);
3053 return os::commit_memory(addr, size, !ExecMem);
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp65 if (!os::commit_memory(mapAddress, size, !ExecMem)) {
H A Dos_solaris.cpp2833 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
2841 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
2937 return os::commit_memory(addr, size, !ExecMem);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp61 if (!os::commit_memory(mapAddress, size, !ExecMem)) {
H A Dos_windows.cpp2428 os::commit_memory((char *)addr, thread->stack_base() - addr,
3115 warning("INFO: os::commit_memory(" PTR_FORMAT ", " SIZE_FORMAT
3219 return os::commit_memory(addr, size, !ExecMem);

Completed in 145 milliseconds