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

/openjdk9/hotspot/src/os/aix/vm/
H A Dlibperfstat_aix.cpp88 RESOLVE_FUN(perfstat_memory_total);
112 int libperfstat::perfstat_memory_total(perfstat_id_t *name, function in class:libperfstat
H A Dlibperfstat_aix.hpp876 static int perfstat_memory_total(perfstat_id_t *name, perfstat_memory_total_t* userbuff,
H A Dos_aix.cpp738 const int rc = libperfstat::perfstat_memory_total(NULL, &psmt, sizeof(psmt), 1);
740 trcVerbose("perfstat_memory_total() failed (errno=%d)", errno);
741 assert(0, "perfstat_memory_total() failed");
745 assert(rc == 1, "perfstat_memory_total() - weird return code");
/openjdk9/jdk/src/jdk.management/unix/native/libmanagement_ext/
H A DOperatingSystemImpl.c338 if (-1 != perfstat_memory_total(NULL, &memory_info, sizeof(perfstat_memory_total_t), 1)) {
367 if (-1 != perfstat_memory_total(NULL, &memory_info, sizeof(perfstat_memory_total_t), 1)) {

Completed in 176 milliseconds