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

/vbox/src/VBox/Runtime/r3/darwin/
H A Dsystemmem-darwin.cpp73 vm_statistics_data_t VmStats; local
74 mach_msg_type_number_t cItems = sizeof(VmStats) / sizeof(natural_t);
76 kern_return_t krc = host_statistics(hSelfPort, HOST_VM_INFO, (host_info_t)&VmStats, &cItems);
79 uint64_t cPages = VmStats.inactive_count;
80 cPages += VmStats.free_count;

Completed in 40 milliseconds