Make valloc() get page size through sysconf(), add tests
Change valloc()
to get its page size value through sysconf()
rather than a local hardcoded value.
Change valloc()
to get its page size value through sysconf()
rather than a local hardcoded value.