summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-06-01 21:05:32 +0000
committerwtchang%redhat.com <devnull@localhost>2006-06-01 21:05:32 +0000
commit1875eecbd99718fee21f0ceb513b429d9322cd39 (patch)
tree534d12a70abce9087672ee3ce2ce11cc34fe0cc8
parent5efc775bd5af4f37a11854f4ce8b8f02f6b0f72a (diff)
downloadnspr-hg-1875eecbd99718fee21f0ceb513b429d9322cd39.tar.gz
Test PR_GetMemMapAlignment.JS_1_7_ALPHA_MERGE
-rw-r--r--pr/tests/system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/tests/system.c b/pr/tests/system.c
index e75a4520..1feb066b 100644
--- a/pr/tests/system.c
+++ b/pr/tests/system.c
@@ -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());