Test PR_GetMemMapAlignment.

git-svn-id: svn://10.0.0.236/trunk@198823 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2006-06-01 21:05:32 +00:00
parent 989a2114a6
commit e2d947dcfb

View File

@ -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());