This commit is contained in:
wtchang%redhat.com 2006-06-01 21:05:32 +00:00
Родитель e4f8ec77f9
Коммит 0c349c12c7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -74,6 +74,7 @@ PRIntn main(PRIntn argc, char **argv)
PR_fprintf(output, "Host page size is %d\n", PR_GetPageSize());
PR_fprintf(output, "Page shift is %d\n", PR_GetPageShift());
PR_fprintf(output, "Memory map alignment is %ld\n", PR_GetMemMapAlignment());
PR_fprintf(output, "Number of processors is: %d\n", PR_GetNumberOfProcessors());
PR_fprintf(output, "Physical memory size is: %llu\n", PR_GetPhysicalMemorySize());