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

/macosx-10.10.1/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c106 unsigned long g_physmem = 0; variable
759 size = sizeof(g_physmem);
760 if (sysctlbyname("hw.physmem", &g_physmem, &size, NULL, 0) != 0 || !g_physmem) {

Completed in 208 milliseconds