Test PR_GetMemMapAlignment.
git-svn-id: svn://10.0.0.236/trunk@198823 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
989a2114a6
commit
e2d947dcfb
@ -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());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user