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

/vbox/src/VBox/Runtime/r3/darwin/
H A Dsystemmem-darwin.cpp69 mach_port_t hSelfPort = s_hSelfPort; local
70 if (hSelfPort == 0)
71 s_hSelfPort = hSelfPort = mach_host_self();
76 kern_return_t krc = host_statistics(hSelfPort, HOST_VM_INFO, (host_info_t)&VmStats, &cItems);

Completed in 40 milliseconds