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

/openjdk7/jdk/src/solaris/bin/
H A Dergo.h40 uint64_t physical_memory(void);
H A Dergo.c85 const uint64_t actual_memory = physical_memory();
102 physical_memory(void) { function
H A Dergo_i586.c93 const uint64_t actual_memory = physical_memory();
187 const uint64_t actual_memory = physical_memory();
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1102 physical_memory(void) { function
1139 const uint64_t actual_memory = physical_memory();
1435 const uint64_t actual_memory = physical_memory();
1468 const uint64_t actual_memory = physical_memory();
1501 const uint64_t actual_memory = physical_memory();
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp85 static julong physical_memory() { return _physical_memory; } function in class:Bsd
H A Dos_bsd.cpp204 return physical_memory() >> 2;
214 julong os::physical_memory() { function in class:os
215 return Bsd::physical_memory();
2402 os::physical_memory() >> 10);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp76 static julong physical_memory() { return _physical_memory; } function in class:Linux
H A Dos_linux.cpp216 julong os::physical_memory() { function in class:os
217 return Linux::physical_memory();
2224 os::physical_memory() >> 10);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp58 static julong physical_memory() { return _physical_memory; } function in class:win32
H A Dos_windows.cpp677 julong os::physical_memory() { function in class:os
678 return win32::physical_memory();
1685 st->print(", physical %uk", os::physical_memory() >> 10);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp165 static julong physical_memory() { return _physical_memory; } function in class:Solaris
H A Dos_solaris.cpp484 julong os::physical_memory() { function in class:os
485 return Solaris::physical_memory();
2310 st->print(", physical " UINT64_FORMAT "k", os::physical_memory()>>10);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp197 static julong physical_memory();
H A Dos.cpp1337 (os::physical_memory() >= (server_memory - missing_memory))) {
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1069 return os::physical_memory();

Completed in 7546 milliseconds