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

/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp53 static char* create_standard_memory(size_t size) { function
944 _start = create_standard_memory(size);
957 _start = create_standard_memory(size);
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp53 static char* create_standard_memory(size_t size) { function
944 _start = create_standard_memory(size);
957 _start = create_standard_memory(size);
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp55 static char* create_standard_memory(size_t size) { function
959 _start = create_standard_memory(size);
972 _start = create_standard_memory(size);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp51 static char* create_standard_memory(size_t size) { function
1734 _start = create_standard_memory(size);
1747 _start = create_standard_memory(size);

Completed in 42 milliseconds