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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp3045 const uint_t info_types[] = { MEMINFO_VLGRP, MEMINFO_VPAGESIZE }; local
3050 if (os::Solaris::meminfo(&addr, 1, info_types, 2, outdata, &validity) < 0) {
3072 const uint_t info_types[] = { MEMINFO_VLGRP, MEMINFO_VPAGESIZE }; local
3073 const size_t types = sizeof(info_types) / sizeof(info_types[0]);
3087 if (os::Solaris::meminfo(addrs, addrs_count, info_types, types, outdata, validity) < 0) {

Completed in 44 milliseconds